diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-05-13 12:56:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 12:56:42 +0200 |
commit | aebe0364590a15a11a6bb753f058449d9697dd89 (patch) | |
tree | 38033591f14c8fb9c5885de7c0dc4a55eab8b5b6 /doc/classes/XRController3D.xml | |
parent | a92f5f306166251ccb72666c516805d364ea4cdc (diff) | |
parent | e0d4e840b4e74d061add885b9ad2aa095b61058e (diff) |
Merge pull request #38151 from madmiraal/fix-8368
Support SDL2 half axes and inverted axes mappings.
Diffstat (limited to 'doc/classes/XRController3D.xml')
-rw-r--r-- | doc/classes/XRController3D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/XRController3D.xml b/doc/classes/XRController3D.xml index e4a06a80db..8e80eb9a32 100644 --- a/doc/classes/XRController3D.xml +++ b/doc/classes/XRController3D.xml @@ -62,7 +62,7 @@ <argument index="0" name="button" type="int"> </argument> <description> - Returns [code]true[/code] if the button at index [code]button[/code] is pressed. See [enum JoystickList], in particular the [code]JOY_VR_*[/code] constants. + Returns [code]true[/code] if the button at index [code]button[/code] is pressed. See [enum JoyButtonList]. </description> </method> </methods> |