mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-05 06:58:27 +02:00
handle mouse events for browser dialog buttons
This commit is contained in:
parent
118bc03f38
commit
7b66eb36d6
@ -142,6 +142,10 @@ bool BrowseDialog::handleInput()
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
btnUp->handleTS();
|
||||
btnEnter->handleTS();
|
||||
btnConfirm->handleTS();
|
||||
}
|
||||
|
||||
#include <iostream>
|
||||
|
Loading…
Reference in New Issue
Block a user