mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-16 02:53:23 +00:00
Splash screen and Play Dead functionality
This commit is contained in:
@@ -212,6 +212,7 @@ private:
|
||||
class Button : public Widget {
|
||||
public:
|
||||
std::function<void(Button&)> on_select;
|
||||
std::function<void(Button&,KeyEvent)> on_dir;
|
||||
|
||||
Button(
|
||||
Rect parent_rect,
|
||||
|
||||
Reference in New Issue
Block a user