mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-22 04:50:35 -05:00
Fix standalont touch_release event (#2813)
This commit is contained in:
parent
193ac73b34
commit
6a81a981aa
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ bool StandaloneView::on_touch(const TouchEvent event) {
|
||||||
if (get_application_information()->header_version > 1) {
|
if (get_application_information()->header_version > 1) {
|
||||||
get_application_information()->OnTouchEvent(event.point.x(), event.point.y(), (uint32_t)event.type);
|
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) {
|
bool StandaloneView::on_keyboard(const KeyboardEvent event) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue