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