KeyDefinition Allows definition of key sequence like (CTRL+S) to be use by KeyboardController controller.
Example
var combo : KeyCombo = new KeyCombo( Keyboard.onKeyCONTROL, Keyboard.onKeyT ) controller.push( combo, new KeyComboCommand() );
public function KeyCombo(key:Keyboard)Constructor.
... | Arguments chain is used to define sequence keys. |
static public LIMITER:Stringpublic combo:String [Read Only]public delay:Numberpublic function toString():String