Add Input buttons and axes missing descriptions
(cherry picked from commit 6e0de76746
)
This commit is contained in:
parent
d9d1a91c5f
commit
f35e821d57
|
@ -87,6 +87,7 @@
|
|||
<argument index="0" name="axis" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the index of the provided axis name.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_joy_axis_string">
|
||||
|
@ -95,6 +96,7 @@
|
|||
<argument index="0" name="axis_index" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Receives a [code]JOY_AXIS_*[/code] Enum and returns its equivalent name as a string.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_joy_button_index_from_string">
|
||||
|
@ -103,6 +105,7 @@
|
|||
<argument index="0" name="button" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the index of the provided button name.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_joy_button_string">
|
||||
|
@ -111,6 +114,7 @@
|
|||
<argument index="0" name="button_index" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Receives a [code]JOY_BUTTON_*[/code] Enum and returns it's equivalent name as a string.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_joy_guid" qualifiers="const">
|
||||
|
|
Loading…
Reference in New Issue