Dart SDK
dart:html
KeyLocation
constant LEFT
LEFT
class KeyLocation
Constructors
KeyLocation
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Constants
JOYSTICK
LEFT
MOBILE
NUMPAD
RIGHT
STANDARD
int
LEFT
=
1
The event key is in the left key location.
Source
static const int LEFT = 1
property LEFT