Problem with SendInput

Official forum for open source FreePIE discussion and development.
Post Reply
Jabberwock
Cross Eyed!
Posts: 197
Joined: Mon Mar 02, 2015 3:58 pm

Problem with SendInput

Post by Jabberwock »

As FreePIE does not (yet) support absolute mouse DirectInput movement, I am trying to use ctypes functions. However, all the examples I have found, quite similar to this one:

https://pastebin.com/sE7aVWhp

fail at the same place:

Code: Select all

ii_.mi = MouseInput(x, y, 0, (0x0001 | 0x8000), 0, ctypes.pointer(extra))
What could be the reason for this?
Post Reply

Return to “FreePIE”