diff --git a/__UI_KeyHit.md b/__UI_KeyHit.md index 4a3709f..79a7e54 100644 --- a/__UI_KeyHit.md +++ b/__UI_KeyHit.md @@ -1,3 +1,3 @@ __UI_KeyHit is a variable of type LONG INTEGER that holds the scan code of the last key pressed by the user. Positive values mean a key was pressed, negative values indicate a key was released. -This variable can be accessed anywhere, but it's usually manipulated in [[KeyPress]] event handlers, especially for [[Text box]] controls, as it can be used to change the key presses actually sent to the control. \ No newline at end of file +This variable can be accessed anywhere, but it's usually manipulated in [[KeyPress]] event handlers, especially for [[Textbox]] controls, as it can be used to change the key presses actually sent to the control. \ No newline at end of file