diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-10-02 00:02:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-02 00:02:10 +0200 |
commit | 55d013195fa757a3200d5b29601af768786486ba (patch) | |
tree | 4611aac1d77a5d2bae3418a947f48c31df30d19a /doc | |
parent | 53fbd93409adfde3671396b52291c02a1c281843 (diff) | |
parent | 6e0de76746783433cb62511696f6a967567cb001 (diff) |
Merge pull request #22595 from aBARICHELLO/master
[docs] Add Input buttons and axes missing descriptions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Input.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index d9929b3d31..a0d6d29be6 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -95,6 +95,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"> @@ -103,6 +104,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"> @@ -111,6 +113,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"> @@ -119,6 +122,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"> |