immersive-home/docs/reference/EventFocus.md
2024-03-17 00:14:31 +01:00

32 lines
1008 B
Markdown

# EventFocus
**Inherits:** [Event](/reference/Event.html)
## Description
Emitted when a Node with the `ui_focus` group is focused or unfocused.
## Properties
| Name | Type | Default |
| ---------------------------------------- | ------------------------------------------------------------------- | ------- |
| [previous_target](#prop-previous-target) | [Node](https://docs.godotengine.org/de/4.x/classes/class_node.html) | |
| [target](#prop-target) | [Node](https://docs.godotengine.org/de/4.x/classes/class_node.html) | |
## Property Descriptions
### previous_target: [Node](https://docs.godotengine.org/de/4.x/classes/class_node.html) {#prop-previous-target}
The Node that was previously focused or unfocused.
### target: [Node](https://docs.godotengine.org/de/4.x/classes/class_node.html) {#prop-target}
The Node that is being focused or unfocused.