Page 1 of 1

Virtual input requiring the real mouse cursor

Posted: Sat Oct 17, 2015 5:53 pm
by Exempt
Is there any solution for virtual input functions that require my mouse to at least be within the client window?

Edit: Maybe running with a VM but is there any that work well with java?

Re: Virtual input requiring the real mouse cursor

Posted: Sat Oct 17, 2015 10:23 pm
by Administrator
It shouldn't. That sounds like a bug or perhaps it could be a limitation of the specific target application? It might be reading the location of the physical mouse to see if it is within the window before it even attempts to use the raw input from it.

Re: Virtual input requiring the real mouse cursor

Posted: Sat Oct 17, 2015 10:30 pm
by Exempt
I'm guessing it's the application causing it. I'll see about finding the memory addresses for the mouse pointer tomorrow, hopefully they don't change around while the app is running like the others.