Optimized Docs (#7)
Authored-by: Dennis Ploeger <develop@dieploegers.de>
This commit is contained in:
28
docs/api/inputs_manager.gd.md
Normal file
28
docs/api/inputs_manager.gd.md
Normal file
@@ -0,0 +1,28 @@
|
||||
<!-- Auto-generated from JSON by GDScript docs maker. Do not edit this document directly. -->
|
||||
|
||||
# inputs\_manager.gd
|
||||
|
||||
**Extends:** [Node](../Node)
|
||||
|
||||
## Description
|
||||
|
||||
Escoria inputs manager
|
||||
Catches, handles and distributes input events for the game
|
||||
|
||||
## Property Descriptions
|
||||
|
||||
### hover\_stack
|
||||
|
||||
```gdscript
|
||||
var hover_stack: Array
|
||||
```
|
||||
|
||||
A LIFO stack of hovered items
|
||||
|
||||
### hotspot\_focused
|
||||
|
||||
```gdscript
|
||||
var hotspot_focused: String = ""
|
||||
```
|
||||
|
||||
The global id fo the topmost item from the hover_stack
|
||||
Reference in New Issue
Block a user