Hey All!
I am trying to implement a clutch like system in a little project I'm creating,
Basically i am extracting information from a .csv file of the location of a users gaze whilst studying a standard desktop...
I have the methods, MoveClickGaze, and MoveMouse, however i want to implement a clutch like system whereby Move Mouse is the default method, but the user has the ability to press a key such as 'a' and the key press will invoke on the next cycle the method MoveClickGaze
I have been searching on interrupts and such but not yielding any significant results.. am i barking up the wrong tree here? Obviously it can be done such as the holding Ctrl button down whilst clicking in Windows will select multiple objects, but am confused to the difficulty of such a tast...
Any pointers or sample code will be greatly received,
Kind Regards,
David