From 47ddcacdb4041ec953829930e08fd9903d1a40d7 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Wed, 21 Dec 2016 18:14:37 -0200 Subject: [PATCH] Updated Global Variables (markdown) --- Global-Variables.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global-Variables.md b/Global-Variables.md index e1bfc2f..362521f 100644 --- a/Global-Variables.md +++ b/Global-Variables.md @@ -1,4 +1,5 @@ **Global variables** affect the drawing, input or event dispatcher routines. Their names always start with the **[[__UI_ prefix]]**. * [[__UI_ForceRedraw]] -* [[__UI_KeyHit]] \ No newline at end of file +* [[__UI_KeyHit]] +* [[__CtrlIsDown|Keyboard modifiers]], [[ShiftIsDown|Keyboard modifiers]], [[AltIsDown|Keyboard modifiers]] \ No newline at end of file