I need to move the mouse pointer using my finger when i play computer games. (say crysis3.. in this way i will be able to move the camera using my finger).
At the movement I can move the mouse when I am not playing the game. i used SetCursorPos() windows function for this. (movements are nor perfect but that is not a concern.)
But the problem is that this (SetCursorPos) does not has a effect on the game..
Can anyone tel me why and how to solve this??
Thank you.