Package | flash.ui |
Class | public final class GameInputFinger |
Inheritance | GameInputFinger Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 3 |
This value is optionally provided by the device. If the value is not
provided, then by default it is set to
GameInputFinger.UNKNOWN
.
Related API Elements
flash.ui.GameInput
flash.ui.GameInputDevice
flash.ui.GameInputControl
flash.ui.GameInputControlType
flash.ui.GameInputHand
flash.events.GameInputEvent
flash.ui.GameInputDevice
flash.ui.GameInputControl
flash.ui.GameInputControlType
flash.ui.GameInputHand
flash.events.GameInputEvent
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
INDEX : String = "index" [static]
Indicates that the index finger is used for this control. | GameInputFinger | ||
MIDDLE : String = "middle" [static]
Indicates that the middle finger is used for this control. | GameInputFinger | ||
THUMB : String = "thumb" [static]
Indicates that the thumb is used for this control. | GameInputFinger | ||
UNKNOWN : String = "unknown" [static]
Indicates that the finger used for this control is not known. | GameInputFinger |
Constant Detail
INDEX | Constant |
public static const INDEX:String = "index"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 3 |
Indicates that the index finger is used for this control.
MIDDLE | Constant |
public static const MIDDLE:String = "middle"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 3 |
Indicates that the middle finger is used for this control.
THUMB | Constant |
public static const THUMB:String = "thumb"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 3 |
Indicates that the thumb is used for this control.
UNKNOWN | Constant |
public static const UNKNOWN:String = "unknown"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 3 |
Indicates that the finger used for this control is not known.
Mon Feb 25 2013, 07:12 AM -08:00