Extensions |
boolean mmf.mouse.buttonUp ( number button )
Test if one of the mouse buttons is currently released. 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 not held down, false otherwise |
Example
Copyright 2010 Justin Aquadro