All Questions
1 question
0
votes
1
answer
902
views
Is there a way to move a mouse to exact coordinates using CircuitPython?
I am using a Raspberry Pi Pico to move my mouse to an absolute position on a button press. However, I have noticed mouse.move moves your current mouse position by x and y units, but I want to change ...