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

KeyPress

Samuel Gomes edited this page Nov 25, 2022 · 2 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:

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