meta constant

LogicalKeyboardKey const meta

Represents the logical "Meta" key on the keyboard.

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

Implementation

static const LogicalKeyboardKey meta = LogicalKeyboardKey(0x002000001f6);