| Package | com.alexomara.ane.AIRControl.controllers.elements |
| Class | public class AIRControlControllerPOV |
| Inheritance | AIRControlControllerPOV 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 | ||
|---|---|---|---|
| X : int
The current position of the X axis on the POV hat switch, -1, 0, or 1. | AIRControlControllerPOV | ||
| Y : int
The current position of the Y axis on the POV hat switch, -1, 0, or 1. | AIRControlControllerPOV | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new AIRControlControllerPOV object. | AIRControlControllerPOV | ||
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| Dispatched on POV hat switch state change. | AIRControlControllerPOV | |||
| X | property |
X:intThe current position of the X axis on the POV hat switch, -1, 0, or 1.
This property does not always reflect the axis that should logically be used for this purpose.
public function get X():int public function set X(value:int):void| Y | property |
Y:intThe current position of the Y axis on the POV hat switch, -1, 0, or 1.
This property does not always reflect the axis that should logically be used for this purpose.
public function get Y():int public function set Y(value:int):void| AIRControlControllerPOV | () | Constructor |
public function AIRControlControllerPOV()Creates a new AIRControlControllerPOV object.
| AIRControlControllerEvent.povChange | Event |
com.alexomara.ane.AIRControl.events.AIRControlControllerEventcom.alexomara.ane.AIRControl.events.AIRControlControllerEventDispatched on POV hat switch state change.