Hello,

I have problem with SetCursorPos in window mode. I can not replace the mouse. In fullscreen it works great. Any idea why this does not work ?

I use

Code:
SetCursorPos((int)mouse_pos.x,(int)VG_souris_posX);
SetCursorPos((int)mouse_pos.x,(int)VG_souris_posY);



Thanks in advance for your idea ^^