I started to write a dynamic balancing software and the mouse that I want to move infinitely will be acting as a sensor to read the revolutions of the motor shaft. Basically I'll point the laser to the motor shaft and while the shaft is spinning the software will calculate the RPM. (I'm not talking about the accelerometers).
The MouseMove event is triggered only if the cursor is within the screen but I want to create an infinite (invisible) area that I can move the mouse. The Location will reach to millions or even billions but that's what I want. How can I do that?
Best, Suat