diff options
author | punto- <ariel@godotengine.org> | 2016-01-02 00:32:36 -0300 |
---|---|---|
committer | punto- <ariel@godotengine.org> | 2016-01-02 00:32:36 -0300 |
commit | be1f2a049f801d7a37a9386b0aaf453085077372 (patch) | |
tree | 9bd022ca4ee6954d557ec60be6f1425696cc2ae9 | |
parent | 59143847f7e3f224670946dbdc79b5b7786fb95b (diff) | |
parent | 83baa05915c24454b4d84545ec985c11610d6e40 (diff) |
Merge pull request #3193 from Hinsbart/trigger-as-axis
Forgot to add JOY_ANALOG bindings
-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 |