UInputMan:MouseButtonHeld
From Data Realms Wiki
Revision as of 20:18, 16 May 2009 by Thoughtprocess (Talk)
Function | |
---|---|
Syntax | UInputMouseButtonHeld( Number ) |
Description: | |
Returns whether or not a mouse button is held down. | |
Returns | Boolean |
Example | |
---|---|
Description | Prints 1 if left mouse button is held, 0 if not. |
Code | |
Output | Prints 1 or 0 to console. |