Skip to content

Keyboard modifiers

Samuel Gomes edited this page May 9, 2023 · 1 revision

Keyboard modifiers are global variables that hold True when the key they represent is being held down.

  • __UI_CtrlIsDown
  • __UI_ShiftIsDown
  • __UI_AltIsDown
Clone this wiki locally