đąī¸Input Functions
These are all of the functions revolving inputs that Wave supports.
Keyboard:
Simulates a key press for the specified keycode. You can find a list of codes here.
Releases
key
on the keyboard.
Left Click:
Simulates a full left mouse button press.
Simulates a left mouse button press without releasing it.
Simulates a left mouse button release.
Right Click:
Simulates a full right mouse button press.
Clicks down on the right mouse button.
Simulates a right mouse button release.
Mouse Movement:
Scrolls the mouse wheel virtually by
number
pixels.
Moves the mouse cursor relatively to the current mouse position by coordinates
a1
anda2
.
Move's your mouse to the
a1
anda2
coordinates in pixels from top left of the window.
Last updated