6 lines
196 B
GDScript
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 |