Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2004-09-18 17:25:29 +0400
committerTon Roosendaal <ton@blender.org>2004-09-18 17:25:29 +0400
commitcd79d25e839594db807e1749e9e3c65d5c8962d9 (patch)
tree8f2bd94dba43d229318491310559cd58bdf6779e /source/blender/include/mydevice.h
parent562d6958cbf646aba31ed92fe4f0e07d1dc495b6 (diff)
OSX only: the Apple key now is a normal modifier in code, so can be
detected as others, LR_COMMANDKEY Unline previous commit, Apple key doesnt map to control anymore, but is handled separate where needed. Now only for undo (Apple-Z)
Diffstat (limited to 'source/blender/include/mydevice.h')
-rw-r--r--source/blender/include/mydevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/mydevice.h b/source/blender/include/mydevice.h
index ceca8ce2673..e4ede3a7578 100644
--- a/source/blender/include/mydevice.h
+++ b/source/blender/include/mydevice.h
@@ -186,6 +186,7 @@
#define ENDKEY 170
#define UNKNOWNKEY 171
+#define COMMANDKEY 172
/* **************** BLENDER QUEUE EVENTS ********************* */