control constant

LogicalKeyboardKey const control

Represents the logical "Control" key on the keyboard.

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

Implementation

static const LogicalKeyboardKey control = LogicalKeyboardKey(0x002000001f0);