immersive-home/app/lib/events/event_focus.gd

6 lines
196 B
GDScript3
Raw Normal View History

2024-04-25 12:45:14 +03:00
extends EventBubble
2024-03-17 01:14:31 +02:00
## Emitted when a Node with the `ui_focus` group is focused or unfocused.
2023-11-22 18:35:54 +02:00
class_name EventFocus
2024-03-17 01:14:31 +02:00
## The Node that was previously focused or unfocused.
2023-11-22 18:35:54 +02:00
var previous_target: Node