From 6d864cc3f48a8a9d4dce0de97150d4003fffeb34 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Mon, 19 Dec 2016 12:57:39 -0200 Subject: [PATCH] Updated __UI_KeyHit (markdown) --- __UI_KeyHit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__UI_KeyHit.md b/__UI_KeyHit.md index d5af063..97cefa0 100644 --- a/__UI_KeyHit.md +++ b/__UI_KeyHit.md @@ -1,3 +1,3 @@ __UI_KeyHit is a [[global variable|Global Variables]] 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 [[Textbox]] 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 that actually get sent to the control. \ No newline at end of file