Normally I would use SetCursorPos -- Because that is fully supported within lite-c

But that function does not work for me as it only works in some applications, and also I need relative as apposed to absolute coordinate input (although that part could be accomplished in code quite easily)

Does anyone else know how to do this? Maybe there is an easier way...


EDIT: Well in case anyone wants to know.. I'm using EvilSOB's fantastic serial library (and some more code that he helped me [rather -- he wrote for me XD] write for the IMU smile)to communicate to an external IMU for accelerometer + gyro data and such.. The reason I am doing this in lite-c is because it would take a while to port over to c++...

I want to make an accelerometer-gyro based headtracking thing for use in both acknex, and other games that I have.

Last edited by the_mehmaster; 12/12/10 07:43.