func _notification(what):
match what:
MainLoop.NOTIFICATION_APPLICATION_FOCUS_OUT:
print("out")
pass
MainLoop.NOTIFICATION_APPLICATION_FOCUS_IN:
print("in")
pass
pass
func _notification(what):
match what:
MainLoop.NOTIFICATION_APPLICATION_FOCUS_OUT:
print("out")
pass
MainLoop.NOTIFICATION_APPLICATION_FOCUS_IN:
print("in")
pass
pass
本文标题:检测游戏窗口失去焦点
本文链接:https://www.haomeiwen.com/subject/gplcqdtx.html
网友评论