diff options
author | VolTer <mew.pur.pur@abv.bg> | 2023-04-28 01:35:33 +0200 |
---|---|---|
committer | VolTer <mew.pur.pur@abv.bg> | 2023-05-19 07:04:48 +0200 |
commit | 04562662d38a83e1ac1fde2af9572ca38147e772 (patch) | |
tree | 135faa9bef16bdb14faf576c25cb832f74d02fb4 /doc/classes/InputEventJoypadButton.xml | |
parent | 5bb7d585a5e151f3fa387de7dd97d7aebc5abfd5 (diff) | |
download | redot-engine-04562662d38a83e1ac1fde2af9572ca38147e772.tar.gz |
Overhaul the top sections of the class reference (Core classes)
Diffstat (limited to 'doc/classes/InputEventJoypadButton.xml')
-rw-r--r-- | doc/classes/InputEventJoypadButton.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/InputEventJoypadButton.xml b/doc/classes/InputEventJoypadButton.xml index dff1b20ef2..095cc1c363 100644 --- a/doc/classes/InputEventJoypadButton.xml +++ b/doc/classes/InputEventJoypadButton.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="InputEventJoypadButton" inherits="InputEvent" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> - Input event for gamepad buttons. + Represents a gamepad button being pressed or released. </brief_description> <description> Input event type for gamepad buttons. For gamepad analog sticks and joysticks, see [InputEventJoypadMotion]. </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="button_index" type="int" setter="set_button_index" getter="get_button_index" enum="JoyButton" default="0"> |