From 6e0de76746783433cb62511696f6a967567cb001 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 --- doc/classes/Input.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index d9929b3d31f..a0d6d29be62 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -95,6 +95,7 @@ + Returns the index of the provided axis name. @@ -103,6 +104,7 @@ + Receives a [code]JOY_AXIS_*[/code] Enum and returns its equivalent name as a string. @@ -111,6 +113,7 @@ + Returns the index of the provided button name. @@ -119,6 +122,7 @@ + Receives a [code]JOY_BUTTON_*[/code] Enum and returns it's equivalent name as a string.