imgui-sfml icon indicating copy to clipboard operation
imgui-sfml copied to clipboard

Mouse cursor behaves differently to SDL ImGui example

Open eliasdaler opened this issue 6 years ago • 0 comments

As spotted in #110 - the cursor behave as usual when resizing the window, for example. SDL ImGui example somehow manages to do it without explicitly checking for cursor's position to do it, so I need to figure out how it does it and do the same thing in ImGui-SFML.

eliasdaler avatar Oct 10 '19 12:10 eliasdaler