mouse_check_button - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
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.