Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Keyboard modifiers

Samuel Gomes edited this page Nov 25, 2022 · 2 revisions

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