mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 06:32:35 -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
|
@ -98,7 +98,7 @@ struct standalone_application_information_t {
|
|||
void (*OnFocus)();
|
||||
bool (*OnKeyEvent)(uint8_t key);
|
||||
bool (*OnEncoder)(int32_t delta);
|
||||
bool (*OnKeyboad)(uint8_t key);
|
||||
bool (*OnKeyboard)(uint8_t key);
|
||||
};
|
||||
|
||||
#endif /*__UI_STANDALONE_APP_H__*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue