diff options
author | theuserbl <theuserbl@hotmail.com> | 2015-02-27 11:19:55 +0100 |
---|---|---|
committer | theuserbl <theuserbl@hotmail.com> | 2015-02-27 11:19:55 +0100 |
commit | e2c0caf41e8ae2c992c81ceed89a95a5c0d0cbfa (patch) | |
tree | fd7d265fc127b15fd923bb88400d8e114c9541cc /core/global_constants.cpp | |
parent | 525f2fe995d71f5321f19cd0e4076fcad526c5b5 (diff) |
Update global_constants.cpp
Making KEY_MASK_CMD usable in GDScript
Diffstat (limited to 'core/global_constants.cpp')
-rw-r--r-- | core/global_constants.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/global_constants.cpp b/core/global_constants.cpp index ae4abc627d..fc48a105db 100644 --- a/core/global_constants.cpp +++ b/core/global_constants.cpp @@ -313,6 +313,7 @@ static _GlobalConstant _global_constants[]={ BIND_GLOBAL_CONSTANT( KEY_MASK_ALT ), BIND_GLOBAL_CONSTANT( KEY_MASK_META ), BIND_GLOBAL_CONSTANT( KEY_MASK_CTRL ), + BIND_GLOBAL_CONSTANT( KEY_MASK_CMD ), BIND_GLOBAL_CONSTANT( KEY_MASK_KPAD ), BIND_GLOBAL_CONSTANT( KEY_MASK_GROUP_SWITCH ), |