A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Static Method , class com.alexomara.ane.AIRControl.AIRControl
AIRControl — class, package com.alexomara.ane.AIRControl
The AIRControl static class is used to interface with the AIRControl native extension.
AIRControlController — class, package com.alexomara.ane.AIRControl.controllers
The class for AIRControl controllers.
AIRControlController(ID:uint, axes:uint, povs:uint, buttons:uint, axesLetters:String, vendorID:uint, productID:uint, name:String) — Constructor, class com.alexomara.ane.AIRControl.controllers.AIRControlController
Creates a new AIRControlController object.
AIRControlControllerAxis — class, package com.alexomara.ane.AIRControl.controllers.elements
The class for AIRControlController axis elements.
AIRControlControllerAxis() — Constructor, class com.alexomara.ane.AIRControl.controllers.elements.AIRControlControllerAxis
Creates a new AIRControlControllerAxis object.
AIRControlControllerButton — class, package com.alexomara.ane.AIRControl.controllers.elements
The class for AIRControlController button elements.
AIRControlControllerButton() — Constructor, class com.alexomara.ane.AIRControl.controllers.elements.AIRControlControllerButton
Creates a new AIRControlControllerButton object.
AIRControlControllerElement — class, package com.alexomara.ane.AIRControl.controllers.elements
This is the base class for all the AIRControlController elements.
AIRControlControllerElement() — Constructor, class com.alexomara.ane.AIRControl.controllers.elements.AIRControlControllerElement
Creates a new AIRControlControllerElement object.
AIRControlControllerEvent — class, package com.alexomara.ane.AIRControl.events
The event class for all events dispatched by the AIRControlController class and decendents of the AIRControlControllerElement class.
AIRControlControllerEvent(type:String, controller:com.alexomara.ane.AIRControl.controllers:AIRControlController, element:com.alexomara.ane.AIRControl.controllers.elements:AIRControlControllerElement, elementIndex:uint) — Constructor, class com.alexomara.ane.AIRControl.events.AIRControlControllerEvent
Creates a new AIRControlControllerEvent object.
AIRControlControllerEvent.axisChange — Event, class com.alexomara.ane.AIRControl.controllers.AIRControlController
Dispatched on axis state change.
AIRControlControllerEvent.axisChange — Event, class com.alexomara.ane.AIRControl.controllers.elements.AIRControlControllerAxis
Dispatched on axis state change.
AIRControlControllerEvent.buttonChange — Event, class com.alexomara.ane.AIRControl.controllers.AIRControlController
Dispatched on button state change.
AIRControlControllerEvent.buttonChange — Event, class com.alexomara.ane.AIRControl.controllers.elements.AIRControlControllerButton
Dispatched on button state change.
AIRControlControllerEvent.povChange — Event, class com.alexomara.ane.AIRControl.controllers.AIRControlController
Dispatched on POV hat switch state change.
AIRControlControllerEvent.povChange — Event, class com.alexomara.ane.AIRControl.controllers.elements.AIRControlControllerPOV
Dispatched on POV hat switch state change.
AIRControlControllerPOV — class, package com.alexomara.ane.AIRControl.controllers.elements
The class for AIRControlController POV hat switch elements.
AIRControlControllerPOV() — Constructor, class com.alexomara.ane.AIRControl.controllers.elements.AIRControlControllerPOV
Creates a new AIRControlControllerPOV object.
AIRControlEvent — class, package com.alexomara.ane.AIRControl.events
The event class for all events dispatched by the main AIRControl class.
AIRControlEvent(type:String, controller:com.alexomara.ane.AIRControl.controllers:AIRControlController, controllerIndex:uint) — Constructor, class com.alexomara.ane.AIRControl.events.AIRControlEvent
Creates a new AIRControlEvent object.
AIRControlEvent.controllerAttach — Event, class com.alexomara.ane.AIRControl.AIRControl
Dispatched on controller attach.
AIRControlEvent.controllerDetach — Event, class com.alexomara.ane.AIRControl.AIRControl
Dispatched on controller detach.
axesTotal — Property, class com.alexomara.ane.AIRControl.controllers.AIRControlController
The total axes on the controller.
axis(index:uint) — method, class com.alexomara.ane.AIRControl.controllers.AIRControlController
Returns the axis at the specified index on the controller or null if out of bounds.
AXIS_CHANGE — Constant Static Property, class com.alexomara.ane.AIRControl.events.AIRControlControllerEvent
Dispatched on axis state change.
AXIS_R — Property, class com.alexomara.ane.AIRControl.controllers.AIRControlController
The index of the axis with the specified letter or -1 if not available.
AXIS_U — Property, class com.alexomara.ane.AIRControl.controllers.AIRControlController
The index of the axis with the specified letter or -1 if not available.
AXIS_V — Property, class com.alexomara.ane.AIRControl.controllers.AIRControlController
The index of the axis with the specified letter or -1 if not available.
AXIS_X — Property, class com.alexomara.ane.AIRControl.controllers.AIRControlController
The index of the axis with the specified letter or -1 if not available.
AXIS_Y — Property, class com.alexomara.ane.AIRControl.controllers.AIRControlController
The index of the axis with the specified letter or -1 if not available.
AXIS_Z — Property, class com.alexomara.ane.AIRControl.controllers.AIRControlController
The index of the axis with the specified letter or -1 if not available.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z