Packagecom.alexomara.ane.AIRControl.controllers.elements
Classpublic class AIRControlControllerButton
InheritanceAIRControlControllerButton Inheritance AIRControlControllerElement Inheritance flash.events.EventDispatcher

The class for AIRControlController button elements.

This class is used for controller elements which are created automatically and should not be instantiated manually.

See also

com.alexomara.ane.AIRControl.controllers.AIRControlController


Public Properties
 PropertyDefined By
  down : Boolean
The current state of the button, true if down, false if up.
AIRControlControllerButton
Public Methods
 MethodDefined By
  
Creates a new AIRControlControllerButton object.
AIRControlControllerButton
Events
 Event Summary Defined By
  Dispatched on button state change.AIRControlControllerButton
Property Detail
downproperty
down:Boolean

The current state of the button, true if down, false if up.


Implementation
    public function get down():Boolean
    public function set down(value:Boolean):void
Constructor Detail
AIRControlControllerButton()Constructor
public function AIRControlControllerButton()

Creates a new AIRControlControllerButton object.

Event Detail
AIRControlControllerEvent.buttonChange Event
Event Object Type: com.alexomara.ane.AIRControl.events.AIRControlControllerEvent
AIRControlControllerEvent.type property = com.alexomara.ane.AIRControl.events.AIRControlControllerEvent

Dispatched on button state change.