diff options
Diffstat (limited to 'core/global_constants.cpp')
-rw-r--r-- | core/global_constants.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/global_constants.cpp b/core/global_constants.cpp index 9fb45c672a..92e50a8b96 100644 --- a/core/global_constants.cpp +++ b/core/global_constants.cpp @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2015 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -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 |