diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index eafae7310c8..2e619802e39 100644 --- a/doc/classes/Input.xml +++ b/doc/classes/Input.xml @@ -125,42 +125,6 @@ Returns the current value of the joypad axis at given index (see [enum JoyAxisList]). - - - - - - - Returns the index of the provided axis name. - - - - - - - - - Receives a [enum JoyAxisList] axis and returns its equivalent name as a string. - - - - - - - - - Returns the index of the provided button name. - - - - - - - - - Receives a gamepad button from [enum JoyButtonList] and returns its equivalent name as a string. - - diff --git a/doc/classes/InputMap.xml b/doc/classes/InputMap.xml index 062ac3869d7..49d29b3a53f 100644 --- a/doc/classes/InputMap.xml +++ b/doc/classes/InputMap.xml @@ -120,7 +120,7 @@ Returns [code]true[/code] if the [InputMap] has a registered action with the given name. - +