Hi, I'm currently writing a level editor, using Qt and SFML 1.6.
I use Qt to change the cursor, e.g. a resize cursor, but always when I'm moving my cursor, it is switching back to default cursor for a very short time, and I found out that it must be SFML's fault.
Is there any way to disable it? Or does SFML 1.6 include a feature to change the cursor?