Closed idanarye closed 2 years ago
OK - so the issue was that ui_system
was supposed to clear keys
. But my fix to #3 should present a nicer fix - it makes kbgp_user_action
usable even when there are no egui widges registered in KBGP - which means that listen_to_menu_key
can use it as well and ui_system
can just use kbgp_clear_input
instead of touching Input
resources.
Of course, I should mention it in the docs.