I know you can use GetCursorPos() to get the cursor position... in screen coordintates...
So my question is either how do i convert screen -> client... or how do i get the cursor position in client coordinates?
Printable View
I know you can use GetCursorPos() to get the cursor position... in screen coordintates...
So my question is either how do i convert screen -> client... or how do i get the cursor position in client coordinates?
nevermind i am a moron... I should have read the thread below...
use the ScreenToClient API function will do.