From f35e821d5778d8d4dc442a8ff33673181e816563 Mon Sep 17 00:00:00 2001 From: aBARICHELLO Date: Mon, 1 Oct 2018 18:57:19 -0300 Subject: [PATCH] Add Input buttons and axes missing descriptions (cherry picked from commit 6e0de76746783433cb62511696f6a967567cb001) --- doc/classes/Input.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index 2b292e613cf..683f01791b8 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -87,6 +87,7 @@ + Returns the index of the provided axis name. @@ -95,6 +96,7 @@ + Receives a [code]JOY_AXIS_*[/code] Enum and returns its equivalent name as a string. @@ -103,6 +105,7 @@ + Returns the index of the provided button name. @@ -111,6 +114,7 @@ + Receives a [code]JOY_BUTTON_*[/code] Enum and returns it's equivalent name as a string.