From 166925125977103e109dce8654a5de0001238fa4 Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Thu, 14 May 2009 18:46:31 +0000 Subject: [PATCH] Source comments git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@807 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- keyboard.h | 1 + 1 file changed, 1 insertion(+) diff --git a/keyboard.h b/keyboard.h index 4aa891d3..d3776d8b 100644 --- a/keyboard.h +++ b/keyboard.h @@ -33,6 +33,7 @@ /// Add 0x1000 for the Shift modifier MOD_SHIFT /// Add 0x2000 for the Control modifier ::MOD_CONTROL /// Add 0x4000 for the Alt modifier ::MOD_ALT +/// Add 0x8000 for the "Meta" modifier ::MOD_META (On MacOS X it's the CMD key) ////////////////////////////////////////////////////////////////////////////// /*!