mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
handle mouse events for browser dialog buttons
This commit is contained in:
@@ -142,6 +142,10 @@ bool BrowseDialog::handleInput()
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
btnUp->handleTS();
|
||||
btnEnter->handleTS();
|
||||
btnConfirm->handleTS();
|
||||
}
|
||||
|
||||
#include <iostream>
|
||||
|
||||
Reference in New Issue
Block a user