Skip to content

KeyPress

FellippeHeitor edited this page Dec 19, 2016 · 3 revisions

The KeyPress event occurs when a control has focus and the user presses any key on the keyboard. The following variables are made available:

  • __UI_CtrlIsDown
  • __UI_AltIsDown
  • __UI_ShiftIsDown
  • __UI_KeyHit

The __UI_KeyHit variable can be modified to pass different values to the control that has focus, as the KeyPress event is triggered before the keypress is actually processed.

Controls that respond to KeyPress events:

Clone this wiki locally