RetroDECK/tools/configurator/main.gd

9 lines
275 B
GDScript3
Raw Normal View History

2023-09-23 16:24:55 +00:00
extends Control
func _ready():
$MarginContainer/TabContainer/System/ScrollContainer/VBoxContainer/game_control_container/GridContainer/resume.grab_focus() #Required to enable controller focusing
func _input(event):
if event.is_action_pressed("quit"):
get_tree().quit()