This commit is contained in:
joylink_fanyuhong 2024-04-23 18:06:39 +08:00
commit cdb5c236d5

View File

@ -15,9 +15,11 @@ func _on_button_pressed():
current_focus.hide_key()
if(current_focus.name.contains('LCB')):
$"../LCB".shouHandleKey()
$"../LCB".grab_focus()
elif (current_focus.name.contains('PSL')):
$"../psl".shouInterlockReleaseSwitchHandleKey()
$"../psl".shouPSLAllowHandleKey()
$"../psl".grab_focus()
func _on_close_requested():