Hi,
I'm currently using SFML and OpenGL. I now want to implement a custom mouse cursor. Ok, I think I can easily track the mouse position and draw a texture with orthographic projection. But I need a way to prevent the OS from drawing the standard cursor. Is there any way to do this in SFML?
(I'm currently using SFML 1.6, so a solution for this version is preferred.)