immersive-home/docs/reference/EventFocus.md

27 lines
753 B
Markdown
Raw Normal View History

2024-03-16 19:45:43 +02:00
# EventFocus
2024-04-26 18:41:52 +03:00
**Inherits:** [EventBubble](/reference/EventBubble.html)
2024-03-16 19:45:43 +02:00
2024-03-17 01:14:31 +02:00
## Description
2024-03-16 19:45:43 +02:00
2024-03-17 01:14:31 +02:00
Emitted when a Node with the `ui_focus` group is focused or unfocused.
2024-03-16 19:45:43 +02:00
## Properties
2024-03-17 01:14:31 +02:00
| Name | Type | Default |
| ---------------------------------------- | ------------------------------------------------------------------- | ------- |
| [previous_target](#prop-previous-target) | [Node](https://docs.godotengine.org/de/4.x/classes/class_node.html) | |
2024-03-16 19:45:43 +02:00
2024-03-16 19:45:43 +02:00
## Property Descriptions
2024-03-17 01:14:31 +02:00
### previous_target: [Node](https://docs.godotengine.org/de/4.x/classes/class_node.html) {#prop-previous-target}
2024-03-16 19:45:43 +02:00
2024-03-17 01:14:31 +02:00
The Node that was previously focused or unfocused.