KeyLocation classabstract
Defines the standard key locations returned byKeyboardEvent.getKeyLocation.
Constructors
Properties
- hashCode→int
- The hash code for this object.no setterinherited
- runtimeType→Type
- A representation of the runtime type of the object.no setterinherited
Methods
- noSuchMethod(
Invocationinvocation)→ dynamic - Invoked when a nonexistent method or property is accessed.inherited
- toString(
)→String - A string representation of this object.inherited
Operators
- operator ==(
Objectother)→bool - The equality operator.inherited
Constants
- JOYSTICK→ constint
- The event key originated on a game controller or a joystick on a mobiledevice.
- LEFT→ constint
- The event key is in the left key location.
- MOBILE→ constint
- The event key originated on a mobile device, either on a physicalkeypad or a virtual keyboard.
- NUMPAD→ constint
- The event key originated on the numeric keypad or with a virtual keycorresponding to the numeric keypad.
- RIGHT→ constint
- The event key is in the right key location.
- STANDARD→ constint
- The event key is not distinguished as the left or right versionof the key, and did not originate from the numeric keypad (or did notoriginate with a virtual key corresponding to the numeric keypad).