Input
You can modify inputs directly from the API. This includes mouse and keyboard events.
The key value requested by functions are Windows Virtual-Key Codes.
Was this page helpful?
You can modify inputs directly from the API. This includes mouse and keyboard events.
The key value requested by functions are Windows Virtual-Key Codes.
"MoveMouse" takes in 2 ints as an argument and moves the mouse accordingly. When the menu is open, this function will be skipped. If the value of the arguments are too high, it will be skipped as well.
xxxxxxxxxx
MoveMouse(50, 50) --move right and down