I am performing MouseClick actions by using PostMessage WinApi, is there any way to simulate MouseMove with it too without any need of window focus so I can still use my cursor for other tasks? I am aware of the lParam parameter of PostMessage but it only takes effect when I set my mouse pointer inside of the DirectX window.
SetCursorPos is not the solution as I want to perform MouseMoves without hijacking the cursor.
I hope that makes sense, Thanks
WM_MOUSEMOVE/WM_NCMOUSEMOVEdoesn't help? - Alex Guteniev