Parsec

ParsecKeymod

Modifier keys applied to keyboard input.

Member of ParsecKeyboardMessage. These values may be bitwise OR'd together.

Values

NameValueDescription
MOD_NONE0x0000No modifier key active.
MOD_LSHIFT0x0001LEFT SHIFT is currently active.
MOD_RSHIFT0x0002RIGHT SHIFT is currently active.
MOD_LCTRL0x0040LEFT CONTROL is currently active.
MOD_RCTRL0x0080RIGHT CONTROL is currently active.
MOD_LALT0x0100LEFT ALT is currently active.
MOD_RALT0x0200RIGHT ALT is currently active.
MOD_LGUI0x0400LEFT GUI is currently active. This is the Windows / left Command key.
MOD_RGUI0x0800RIGHT GUI is currently active. This is the right Command key.
MOD_NUM0x1000NUMLOCK is currently active.
MOD_CAPS0x2000CAPSLOCK is currently active.