Hello,
I need to be able to detect whether or not the mouse is over the game window or not.
getmouseposition() doesn't give the current mouse location when it's outside of the game window.
Is there a way to get the "real" mouse position of the user's monitor/OS?
Or at the very least, is there a way to detect whether the mouse has entered/left the game window?
Thank you.