diff options
author | hondres <hinsbart@users.noreply.github.com> | 2016-01-02 04:23:39 +0100 |
---|---|---|
committer | hondres <hinsbart@users.noreply.github.com> | 2016-01-02 04:23:39 +0100 |
commit | 83baa05915c24454b4d84545ec985c11610d6e40 (patch) | |
tree | 9bd022ca4ee6954d557ec60be6f1425696cc2ae9 /core/global_constants.cpp | |
parent | c60e1648ba17489d5c762dcbe42d2019e540b0b9 (diff) | |
download | redot-engine-83baa05915c24454b4d84545ec985c11610d6e40.tar.gz |
bind trigger constants
Diffstat (limited to 'core/global_constants.cpp')
-rw-r--r-- | core/global_constants.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/global_constants.cpp b/core/global_constants.cpp index f89ea00510..92e50a8b96 100644 --- a/core/global_constants.cpp +++ b/core/global_constants.cpp @@ -402,6 +402,9 @@ static _GlobalConstant _global_constants[]={ BIND_GLOBAL_CONSTANT( JOY_ANALOG_2_X ), BIND_GLOBAL_CONSTANT( JOY_ANALOG_2_Y ), + BIND_GLOBAL_CONSTANT( JOY_ANALOG_L2 ), + BIND_GLOBAL_CONSTANT( JOY_ANALOG_R2 ), + // error list |