summaryrefslogtreecommitdiffstats
path: root/doc/classes/InputEventJoypadMotion.xml
diff options
context:
space:
mode:
authorVolTer <mew.pur.pur@abv.bg>2023-04-28 01:35:33 +0200
committerVolTer <mew.pur.pur@abv.bg>2023-05-19 07:04:48 +0200
commit04562662d38a83e1ac1fde2af9572ca38147e772 (patch)
tree135faa9bef16bdb14faf576c25cb832f74d02fb4 /doc/classes/InputEventJoypadMotion.xml
parent5bb7d585a5e151f3fa387de7dd97d7aebc5abfd5 (diff)
downloadredot-engine-04562662d38a83e1ac1fde2af9572ca38147e772.tar.gz
Overhaul the top sections of the class reference (Core classes)
Diffstat (limited to 'doc/classes/InputEventJoypadMotion.xml')
-rw-r--r--doc/classes/InputEventJoypadMotion.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/InputEventJoypadMotion.xml b/doc/classes/InputEventJoypadMotion.xml
index 32fe01dda1..6254860bc4 100644
--- a/doc/classes/InputEventJoypadMotion.xml
+++ b/doc/classes/InputEventJoypadMotion.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="InputEventJoypadMotion" inherits="InputEvent" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
- Input event type for gamepad joysticks and other motions. For buttons, see [code]InputEventJoypadButton[/code].
+ Represents axis motions (such as joystick or analog triggers) from a gamepad.
</brief_description>
<description>
- Stores information about joystick motions. One [InputEventJoypadMotion] represents one axis at a time.
+ Stores information about joystick motions. One [InputEventJoypadMotion] represents one axis at a time. For gamepad buttons, see [InputEventJoypadButton].
</description>
<tutorials>
- <link title="InputEvent">$DOCS_URL/tutorials/inputs/inputevent.html</link>
+ <link title="Using InputEvent">$DOCS_URL/tutorials/inputs/inputevent.html</link>
</tutorials>
<members>
<member name="axis" type="int" setter="set_axis" getter="get_axis" enum="JoyAxis" default="0">