suyu/src/yuzu/applets
Morph d7d09355e7 qt_software_keyboard: Fix infinite loop when moving between buttons
There was a bug where, when using the numeric keyboard, moving between buttons resulted in an infinite loop, resulting in a stuck state.
This was due to prev_button being the only one enabled in that row or column, causing the condition in the while loop to always be true.
To fix this, detect whether we have returned to that initial row/column and break out of the loop.
2022-07-24 07:27:41 -04:00
..
qt_controller.cpp common: Change semantics of UNREACHABLE to unconditionally crash 2022-06-13 20:09:00 -04:00
qt_controller.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
qt_controller.ui applets: Append qt_ prefix to Qt frontend applets 2021-07-14 01:07:09 -04:00
qt_error.cpp core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
qt_error.h core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
qt_profile_select.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
qt_profile_select.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
qt_software_keyboard.cpp qt_software_keyboard: Fix infinite loop when moving between buttons 2022-07-24 07:27:41 -04:00
qt_software_keyboard.h applet/swkbd: Implement optional symbol keys 2022-07-24 07:21:02 -04:00
qt_software_keyboard.ui applet/swkbd: Implement optional symbol keys 2022-07-24 07:21:02 -04:00
qt_web_browser.cpp qt_web_browser: Fix button inputs with QtWebEngine 2022-07-05 20:34:10 -04:00
qt_web_browser.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
qt_web_browser_scripts.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00