mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-08 15:12:39 -04:00
parent
92ba4d7fea
commit
e571ca7f1c
8 changed files with 9 additions and 9 deletions
|
@ -281,8 +281,8 @@ public:
|
|||
ui::Painter& painter,
|
||||
ui::Context& context
|
||||
) : top_widget { top_widget },
|
||||
painter { painter },
|
||||
context { context }
|
||||
painter(painter),
|
||||
context(context)
|
||||
{
|
||||
// touch_manager.on_started = [this](const ui::TouchEvent event) {
|
||||
// this->context.focus_manager.update(this->top_widget, event);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue