mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-27 07:06:28 -05:00
Refactor OnTouchEvent functions to return boolean values for better event handling (#2854)
This commit is contained in:
parent
00c9c6b40e
commit
674b865ec0
5 changed files with 7 additions and 6 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue