Refactor OnTouchEvent functions to return boolean values for better event handling (#2854)

This commit is contained in:
Totoo
2025-11-05 20:53:23 +01:00
committed by GitHub
parent 00c9c6b40e
commit 674b865ec0
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
#include "pacman.hpp"
#include <memory>
void notouch(int, int, uint32_t) {
bool notouch(int, int, uint32_t) {
// do nothing
}
void nothing() {