Is there a way to grab and set the cursor position using only Panda, and not resorting to importing a bunch of Windows SDK stuff? I’m hoping I just missed something looking through the API.
Thanks
Is there a way to grab and set the cursor position using only Panda, and not resorting to importing a bunch of Windows SDK stuff? I’m hoping I just missed something looking through the API.
Thanks
Nevermind, I feel like an idiot, I found it…
GraphicsWindow.movePointer is what I was looking for.