Swarm/addons/script-ide/Popup.gd

6 lines
118 B
GDScript

extends PopupPanel
var input_listener: Callable
func _input(event: InputEvent) -> void:
input_listener.call(event)