Manual
Programming Reference
enum ModifierKeyFlag : u8 { ctrl= 0x01 menu= 0x02 shift= 0x04 system= 0x08 }
Identifies keys that are pressed in window mouse events.
ctrl
Ctrl key.
menu
Alt key.
shift
Shift key.
system
Windows key on Windows, Command key on Mac.