imgui-sfml
imgui-sfml copied to clipboard
Mouse cursor behaves differently to SDL ImGui example
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.