SFML community forums
Help => Window => Topic started by: e_barroga on June 28, 2009, 10:44:55 pm
-
I've noticed that GetMouseX() returns an int.
Why is it an int, shouldn't it return unsigned int?
-
It is relative to the window, which means that it can be negative if it's outside.
-
Yes, that's what I assumed but after I tested.... it is restricted to a positive number.
Try it.
-
it is restricted to a positive number.
...on your OS.