Add gamepad navigation support for everything except context menus and dialogs

This commit is contained in:
Cameron Gutman
2018-09-30 13:41:32 -07:00
parent 9fb0bffd61
commit d706e81cd4
9 changed files with 291 additions and 14 deletions
+4
View File
@@ -43,6 +43,10 @@ ApplicationWindow {
stackView.pop()
}
}
Keys.onMenuPressed: {
settingsButton.clicked()
}
}
onVisibilityChanged: {