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 

GameInputHand  - AS3

(Beta)
Packageflash.ui
Classpublic final class GameInputHand
InheritanceGameInputHand Inheritance Object

Language Version: ActionScript 3.0
Runtime Versions: AIR 3

The GameInputHand class provides information about which finger is most likely to interact with the control.

This value is optionally provided by the device. If the device does not provide the value, then the GameInput API sets the value to GameInputHand.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
      LEFT : String = "left"
[static] Indicates that the left hand is used for this control.
GameInputHand
      RIGHT : String = "right"
[static] Indicates that the right hand is used for this control.
GameInputHand
      UNKNOWN : String = "unknown"
[static] Indicates that it is not known which hand is used for this control.
GameInputHand
Constant Detail
    

LEFT

Constant
public static const LEFT:String = "left"

Language Version: ActionScript 3.0
Runtime Versions: AIR 3

Indicates that the left hand is used for this control.

    

RIGHT

Constant 
public static const RIGHT:String = "right"

Language Version: ActionScript 3.0
Runtime Versions: AIR 3

Indicates that the right hand is used for this control.

    

UNKNOWN

Constant 
public static const UNKNOWN:String = "unknown"

Language Version: ActionScript 3.0
Runtime Versions: AIR 3

Indicates that it is not known which hand is used for this control.