Sync classref with current source

Changes order of brief/long descriptions and removes category
as per godotengine/godot#35132.
This commit is contained in:
Rémi Verschelde
2020-01-15 00:51:47 +01:00
parent 251518c54d
commit 2b4319bc29
654 changed files with 5953 additions and 8315 deletions
+10 -15
View File
@@ -13,13 +13,18 @@ Input
**Inherited By:** :ref:`InputDefault<class_InputDefault>`
**Category:** Core
Brief Description
-----------------
A Singleton that deals with inputs.
Description
-----------
A Singleton that deals with inputs. This includes key presses, mouse buttons and movement, joypads, and input actions. Actions and their events can be set in the **Input Map** tab in the **Project > Project Settings**, or with the :ref:`InputMap<class_InputMap>` class.
Tutorials
---------
- :doc:`../tutorials/inputs/index`
Methods
-------
@@ -211,16 +216,6 @@ enum **CursorShape**:
- **CURSOR_HELP** = **16** --- Help cursor. Usually a question mark.
Description
-----------
A Singleton that deals with inputs. This includes key presses, mouse buttons and movement, joypads, and input actions. Actions and their events can be set in the **Input Map** tab in the **Project > Project Settings**, or with the :ref:`InputMap<class_InputMap>` class.
Tutorials
---------
- :doc:`../tutorials/inputs/index`
Method Descriptions
-------------------