This is continue of my previous question -> Draw mouse pointer icon? I want to draw mouse in specific window on the desktop, i already know how to draw the mouse and how to track the movement of the real mouse. But i fail to convert screen coordinates, here is example what i want to do: When the REAL mouse is in the upper left corner 0,0 the DRAWN mouse to be in 0,0 of my specific window, and when the REAL mouse is in the down right corner 1600,900 the DRAWN mouse to be in 700,400 of my specific window.
I will re-explain if someone is not understanding exactly the problem.
Thanks in advance.