mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-18 15:40:45 +00:00
efe5c250d5
unhandled_key_input changed to unhandled_button_input. Controls can set a 'shortcut_context' which they can then use to determine if their shortcuts should be triggered or not, based on if the viewport's focused GUI control is a child of their 'shortcut context'.