ctrl constant

KeyModifiers const ctrl

Represents the Ctrl key modifier.

Implementation

static const KeyModifiers ctrl = KeyModifiers._(0x04);