Open Jmgr opened 2 weeks ago
The current API often requires creating a instance to run functions, and in some cases having a static function might make things easier: Mouse.click(), Keyboard.pressKey()
Mouse.click(), Keyboard.pressKey()
I think all methods of Mouse, Keyboard and Clipboard should have this.
Mouse
Keyboard
Clipboard
The current API often requires creating a instance to run functions, and in some cases having a static function might make things easier:
Mouse.click(), Keyboard.pressKey()