1
Window / Window setMouseCursorVisible set to false not effective upon start (osx)
« on: September 09, 2014, 05:06:45 am »
I use setMouseCursorVisible to hide to mouse cursor when it enters the SFML window. When set to false, the cursor is still visible when it hovers over the running window until it loses focus and gets it back. Only then the cursor remains hidden over the window.
Here's a small program showing this behavior on osx:
I use the latest SFML github source.
Simply moving the mouse cursor over the dock then back over the window kicks in the cursor hide. Command+tab does the same as well.
The same issue can be observed in fullscreen video modes.
Here's a small program showing this behavior on osx:
(click to show/hide)
I use the latest SFML github source.
Simply moving the mouse cursor over the dock then back over the window kicks in the cursor hide. Command+tab does the same as well.
The same issue can be observed in fullscreen video modes.