Hi ! I aim to detect the mouse movement for a FPS game : left and right.
So, yes of course I can use the comparison between Mouse.X and OldMouse.X to know if the cursor has moved to the left or the right . But it's not working any more one the cursor has reached the border of screen (Mouse.X stays at 0) so I can't detect that the mouse is still moving to the left.
Does anyone think of a way to achieve that ?
Thanks