From 59fdfc77e8f3d455ff6c86c73c27b04b022843c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 23 Nov 2020 23:44:44 +0100 Subject: doc: Sync classref with current source --- doc/classes/Input.xml | 36 ------------------------------------ doc/classes/InputMap.xml | 2 +- 2 files changed, 1 insertion(+), 37 deletions(-) diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml index eafae7310c..2e619802e3 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 062ac3869d..49d29b3a53 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. - + -- cgit v1.2.3