Extensions |
boolean mmf.keyboard.keyUp ( number key )
Test if one of the keyboard keys is currently released. A list of valid virtual key constants can be found here.
Parameters
key | A virtual key constant |
Return Values
boolean | true if the key is not held down, false otherwise |
Example
Copyright 2010 Justin Aquadro