BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Package and class filters:
Retrieving Data from Server...
Retrieving Data from Server...
Retrieving Data from Server...
Retrieving Data from Server...
flash.ui 

GameInputFinger  - AS3

(Beta)
Packageflash.ui
Classpublic final class GameInputFinger
InheritanceGameInputFinger Inheritance Object

Language Version: ActionScript 3.0
Runtime Versions: AIR 3

The GameInputFinger class provides information about which finger is most likely to interact with a control.

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



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined 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.