-
Notifications
You must be signed in to change notification settings - Fork 0
Mouse_check_button
hpgDesigns edited this page Aug 8, 2021
·
1 revision
NOTOC
Gets whether a mouse button is currently being pressed. Uses the mouse constants (eg. mb_left) for the left mouse button.
- button mouse constant of the button to check
Returns boolean (true or false) whether the mouse button is currently being pressed.
Example of using the function.This is number 1