mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
Sync classref with current source
Changes order of brief/long descriptions and removes category as per godotengine/godot#35132.
This commit is contained in:
+10
-15
@@ -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
|
||||
-------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user