Property | Type | Description | |
---|---|---|---|
buttons | Buttons |
Method | Description | |
---|---|---|
FlxKeyboard ( ) : System | ||
justPressed ( Keys Key ) : bool |
Returns true if the specified Key was just pressed
|
|
justReleased ( Keys Key ) : bool |
Returns true if the specified Key was just released
|
|
pressed ( Keys Key ) : bool |
Returns true if the specified Key is held down
|
|
reset ( ) : void | ||
update ( ) : void |