A list of actions that a player would invoke via some input device. Uses FlxActions to funnel various inputs to a single action.
Constructor
Variables
Methods
bindButtons(control:Control, id:Int, buttons:Array<FlxGamepadInputID>):Void
Sets all actions that pertain to the binder to trigger when the supplied keys are used. If binder is a literal you can inline this
bindKeys(control:Control, keys:Array<FlxKey>):Void
Sets all actions that pertain to the binder to trigger when the supplied keys are used. If binder is a literal you can inline this
unbindButtons(control:Control, gamepadID:Int, buttons:Array<FlxGamepadInputID>):Void
Sets all actions that pertain to the binder to trigger when the supplied keys are used. If binder is a literal you can inline this
unbindKeys(control:Control, keys:Array<FlxKey>):Void
Sets all actions that pertain to the binder to trigger when the supplied keys are used. If binder is a literal you can inline this