mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-24 05:43:11 -05:00
Doom UI improvements for dynamic screen (#2812)
* Doom dynamic screen and other improvements Doom dynamic screen and other improvements * Res divider fix for big screens * Format code
This commit is contained in:
parent
477d035dce
commit
193ac73b34
2 changed files with 63 additions and 24 deletions
|
|
@ -70,7 +70,7 @@ class DoomView : public View {
|
|||
|
||||
private:
|
||||
NavigationView& nav_;
|
||||
Button dummy{{screen_width, 0, 0, 0}, ""};
|
||||
Button dummy{{0, 0, 0, 0}, ""};
|
||||
bool initialized{false};
|
||||
bool prev_velocity_moving{false};
|
||||
MessageHandlerRegistration message_handler_frame_sync{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue