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