| Package | flash.ui |
| Class | public final class KeyLocation |
| Inheritance | KeyLocation Object |
KeyboardEvent.keyLocation property.
See also
| flash.events.KeyboardEvent.keyLocation |
| Property | Defined by | ||
|---|---|---|---|
| LEFT : uint = 1 [static]
The key activated is in the left key location (there is more than one possible location for this
key).
| KeyLocation | ||
| NUM_PAD : uint = 3 [static]
The key activation originated on the numeric keypad or with a virtual key corresponding
to the numeric keypad.
| KeyLocation | ||
| RIGHT : uint = 2 [static]
The key activated is in the right key location (there is more than one possible location for this
key).
| KeyLocation | ||
| STANDARD : uint = 0 [static]
The key activation is not distinguished as the left or right version of the key,
and did not originate on the numeric keypad (or did not originate with a virtual
key corresponding to the numeric keypad).
| KeyLocation | ||
public static const LEFT:uint = 1
public static const NUM_PAD:uint = 3
public static const RIGHT:uint = 2
public static const STANDARD:uint = 0
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/labs/flashauthoringpreview/flash/ui/KeyLocation.html