Input
These are all of the functions revolving inputs that Wave supports.
Last updated
These are all of the functions revolving inputs that Wave supports.
Last updated
Returns true
if the game window is in focus.
Simulates a key press for the specified keycode. You can find a list of codes .
Releases key
on the keyboard.
Simulates a full left mouse button press.
Simulates a left mouse button press without releasing it.
Simulates a left mouse button release.
Scrolls the mouse wheel virtually by number
pixels.
Moves the mouse cursor relatively to the current mouse position by coordinates a1
and a2
.
Move's your mouse to the a1
and a2
coordinates in pixels from top left of the window.
Simulates a full right mouse button press.
Clicks down on the right mouse button.
Simulates a right mouse button release.