Doesn't yet work

This commit is contained in:
Henrik Rydgård
2026-06-24 23:04:17 +02:00
parent 729f11ecbe
commit 72ee82844d
16 changed files with 133 additions and 151 deletions
+2 -1
View File
@@ -629,7 +629,7 @@ void FrameDumpTestScreen::update() {
}
}
void TouchTestScreen::touch(const TouchInput &touch) {
bool TouchTestScreen::touch(const TouchInput &touch) {
UIBaseDialogScreen::touch(touch);
if (touch.flags & TouchInputFlags::DOWN) {
bool found = false;
@@ -678,6 +678,7 @@ void TouchTestScreen::touch(const TouchInput &touch) {
WARN_LOG(Log::System, "Touch release without touch down");
}
}
return true;
}
// TODO: Move this screen out into its own file.