input
Interact with mouse and keyboard.
When passing a button to the mouse:
1 - Left Mouse
2 - Right Mouse
3 - Middle Mouse
When passing a key to the keyboard:
https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
Functions:
Mouse Move
Mouse Click
Simulates a click.
Mouse Down
Simulates holding a mouse button down.
Mouse Up
Simulates lifting a mouse button.
Cursor Position
Returns the x, y coordinates of the cursor.
Last updated