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:
authorMitchell Stokes <mogurijin@gmail.com>2013-06-20 07:22:55 +0400
committerMitchell Stokes <mogurijin@gmail.com>2013-06-20 07:22:55 +0400
commit4eded6dbdcb3c0d451a0d5d5f0147be73b10f8af (patch)
treef87e85fd9bdfff1f0eea8f33827b782e7151377f /source/gameengine/GameLogic
parentc00b4080526c2442cf56484d47aaa1f02b13cd44 (diff)
BGE: Fix for [#35479] "OSKEY (Command Key on Mac) not working" reported by Mike Pan (mpan3).
The OSKEY was never added to the game engine, so it didn't recognize it.
Diffstat (limited to 'source/gameengine/GameLogic')
-rw-r--r--source/gameengine/GameLogic/SCA_IInputDevice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/gameengine/GameLogic/SCA_IInputDevice.h b/source/gameengine/GameLogic/SCA_IInputDevice.h
index ceb9c1e1d4f..47fdd45c78b 100644
--- a/source/gameengine/GameLogic/SCA_IInputDevice.h
+++ b/source/gameengine/GameLogic/SCA_IInputDevice.h
@@ -238,6 +238,8 @@ public:
KX_F17KEY,
KX_F18KEY,
KX_F19KEY,
+
+ KX_OSKEY,
KX_PAUSEKEY,
KX_INSERTKEY,