Extensions |
boolean mmf.keyboard.keyDown ( number key )
Test if one of the keyboard keys is currently held down. 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 held down, false otherwise |
Example
Copyright 2010 Justin Aquadro