upgrade gut

This commit is contained in:
anyreso 2026-02-19 03:14:22 -05:00
parent 6e724f67fe
commit 82aeebfd35
201 changed files with 8547 additions and 3871 deletions

View file

@ -120,6 +120,8 @@ func get_shortcut():
to_return.events.append(_source_event)
return to_return
func get_input_event():
return _source_event
func set_shortcut(sc):
if(sc == null or sc.events == null || sc.events.size() <= 0):