mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-27 08:46:01 -04:00
Pacman warning fix (#2298)
* fix missing NULL initializers * fix mispelled OnKeyboad * set header version to 1
This commit is contained in:
parent
023cee2c3c
commit
a223bd1f21
3 changed files with 11 additions and 5 deletions
|
@ -178,7 +178,7 @@ bool StandaloneView::on_touch(const TouchEvent event) {
|
|||
|
||||
bool StandaloneView::on_keyboard(const KeyboardEvent event) {
|
||||
if (get_application_information()->header_version > 1) {
|
||||
return get_application_information()->OnKeyboad((uint8_t)event);
|
||||
return get_application_information()->OnKeyboard((uint8_t)event);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue