mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-01 15:02:28 +00:00
Fix standalont touch_release event (#2813)
This commit is contained in:
@@ -287,7 +287,7 @@ bool StandaloneView::on_touch(const TouchEvent event) {
|
||||
if (get_application_information()->header_version > 1) {
|
||||
get_application_information()->OnTouchEvent(event.point.x(), event.point.y(), (uint32_t)event.type);
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool StandaloneView::on_keyboard(const KeyboardEvent event) {
|
||||
|
||||
Reference in New Issue
Block a user