enum KeyboardModifiers : System.Enum

robot_2Generated
code_blocksInput

Description

The KeyboardModifiers enumeration in the Sandbox namespace represents the modifier keys on a keyboard. It is marked with the FlagsAttribute, allowing bitwise combination of its member values. This enum is used to identify which modifier keys are pressed during keyboard input events.

Members

Fields

Member NameSummary
NoneIndicates no modifier keys are pressed.
AltIndicates the Alt key is pressed.
CtrlIndicates the Control key is pressed.
ShiftIndicates the Shift key is pressed.