mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 06:32:35 -04:00
External module api (#2290)
* added external module debug view * integrated module driver into i2c subsystem * implemented i2c app loader * added view mirror api * fixed build * added i2c to module api * implemented standalone app touch event * implemented focus management * reverted formating change * refactoring * refactoring * implemented events * fixed memory usage
This commit is contained in:
parent
5a0066963e
commit
dcaa02c1e1
18 changed files with 667 additions and 24 deletions
|
@ -36,8 +36,12 @@ class FocusManager {
|
|||
void update(Widget* const top_widget, const KeyEvent event);
|
||||
// void update(Widget* const top_widget, const TouchEvent event);
|
||||
|
||||
void setMirror(Widget* const mirror_widget);
|
||||
void clearMirror();
|
||||
|
||||
private:
|
||||
Widget* focus_widget_{nullptr};
|
||||
Widget* mirror_widget_{nullptr};
|
||||
};
|
||||
|
||||
} /* namespace ui */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue