| Package | com.alexomara.ane.AIRControl.controllers.elements |
| Class | public class AIRControlControllerButton |
| Inheritance | AIRControlControllerButton AIRControlControllerElement flash.events.EventDispatcher |
This class is used for controller elements which are created automatically and should not be instantiated manually.
See also
| Property | Defined By | ||
|---|---|---|---|
| down : Boolean
The current state of the button, true if down, false if up. | AIRControlControllerButton | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new AIRControlControllerButton object. | AIRControlControllerButton | ||
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| Dispatched on button state change. | AIRControlControllerButton | |||
| down | property |
down:BooleanThe current state of the button, true if down, false if up.
public function get down():Boolean public function set down(value:Boolean):void| AIRControlControllerButton | () | Constructor |
public function AIRControlControllerButton()Creates a new AIRControlControllerButton object.
| AIRControlControllerEvent.buttonChange | Event |
com.alexomara.ane.AIRControl.events.AIRControlControllerEventcom.alexomara.ane.AIRControl.events.AIRControlControllerEventDispatched on button state change.