shift constant

LogicalKeyboardKey const shift

Represents the logical "Shift" key on the keyboard.

This key represents the union of the keys {shiftLeft, shiftRight} when comparing keys. This key will never be generated directly, its main use is in defining key maps.

Implementation

static const LogicalKeyboardKey shift = LogicalKeyboardKey(0x002000001f2);