aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/InputEventJoypadMotion.xml
diff options
context:
space:
mode:
authorKelly Thomas2018-05-17 00:15:30 +0800
committerHein-Pieter van Braam2018-06-01 17:53:52 +0200
commitfbad7c2dd94df2819f8fe88f935ac5ab0cb19e63 (patch)
treea63c01745c99afc28eaec7096d7dc3cbeffc114e /doc/classes/InputEventJoypadMotion.xml
parent12fe7748449d76495f7ab2f240b1754b54c8a2f1 (diff)
downloadgodot-fbad7c2dd94df2819f8fe88f935ac5ab0cb19e63.tar.gz
godot-fbad7c2dd94df2819f8fe88f935ac5ab0cb19e63.tar.zst
godot-fbad7c2dd94df2819f8fe88f935ac5ab0cb19e63.zip
[docs] fix links in class docs
(cherry picked from commit c6ed46891d0abacb6619ff77697c616c9658a90f)
Diffstat (limited to 'doc/classes/InputEventJoypadMotion.xml')
-rw-r--r--doc/classes/InputEventJoypadMotion.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/InputEventJoypadMotion.xml b/doc/classes/InputEventJoypadMotion.xml
index ca144d063..1266cb37e 100644
--- a/doc/classes/InputEventJoypadMotion.xml
+++ b/doc/classes/InputEventJoypadMotion.xml
@@ -15,7 +15,7 @@
</methods>
<members>
<member name="axis" type="int" setter="set_axis" getter="get_axis">
- Axis identifier. Use one of the [code]JOY_AXIS_*[/code] constants in [@global Scope].
+ Axis identifier. Use one of the [code]JOY_AXIS_*[/code] constants in [@GlobalScope].
</member>
<member name="axis_value" type="float" setter="set_axis_value" getter="get_axis_value">
Current position of the joystick on the given axis. The value ranges from [code]-1.0[/code] to [code]1.0[/code]. A value of [code]0[/code] means the axis is in its resting position.