How would I go about making a small program that keeps moving the mouse upwards?
For those who would like to know, tt’s a tiny one-use thing. I’m playing Star Wars The Force Unleashed. In console versions, you would hold the right stick upwards. In the bad console port on the PC, you’re using your mouse. Maybe you can understand my frustration.
SetCursorPoswill do this in unmanaged code. I’m not sure if there’s a .NET method to do the same, but you can always use com interop. It’s in User32.dlla little google produces this as a SetCursorPos equivalent for .net