enum KeyboardModifiers : System.Enum

book_4_sparkGenerated
code_blocksInput

Description

The KeyboardModifiers enumeration in the Sandbox namespace represents the modifier keys on a keyboard, such as Alt, Ctrl, and Shift. This enum is marked with the FlagsAttribute, allowing bitwise operations to combine multiple modifier keys.

Members

Static Fields

Member NameSummary
NoneRepresents no modifier key being pressed.
AltRepresents the Alt key being pressed.
CtrlRepresents the Ctrl key being pressed.
ShiftRepresents the Shift key being pressed.