mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Project manager: remove projects with delete key
This commit is contained in:
@@ -999,6 +999,10 @@ void ProjectManager::_unhandled_input(const Ref<InputEvent> &p_ev) {
|
||||
|
||||
_open_project();
|
||||
} break;
|
||||
case KEY_DELETE: {
|
||||
|
||||
_erase_project();
|
||||
} break;
|
||||
case KEY_HOME: {
|
||||
|
||||
for (int i = 0; i < scroll_children->get_child_count(); i++) {
|
||||
|
||||
Reference in New Issue
Block a user