immersive-home/app/lib/events/event_focus.gd
2024-04-25 11:45:14 +02:00

6 lines
196 B
GDScript

extends EventBubble
## Emitted when a Node with the `ui_focus` group is focused or unfocused.
class_name EventFocus
## The Node that was previously focused or unfocused.
var previous_target: Node