input
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns if the key is being held down or not
Type
Name
Description
int
vk
The virtual key code you want to check
Returns if the key was pressed or not
Type
Name
Description
int
vk
The virtual key code you want to check
Returns if the mouse cursor is inside the given bounds or not
Type
Name
Description
float
x0
Starting position on the x axis
float
y0
Starting position on the y axis
float
x1
Ending position on the x axis
float
y1
Ending position on the y axis
Returns the position of the mouse cursor