mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-20 00:57:47 +00:00
Splash screen and Play Dead functionality
This commit is contained in:
@@ -401,6 +401,11 @@ bool Button::on_key(const KeyEvent key) {
|
||||
on_select(*this);
|
||||
return true;
|
||||
}
|
||||
} else {
|
||||
if( on_dir ) {
|
||||
on_dir(*this, key);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user