Extensions |
boolean mmf.mouse.buttonDown ( number button )
Test if one of the mouse buttons is currently held down. A list of valid mouse constants can be found here.
Parameters
button | One of the mouse button constants |
Return Values
boolean | true if the button is held down, false otherwise |
Example
Copyright 2010 Justin Aquadro