mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 13:44:04 +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:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
btnUp->handleTS();
|
||||||
|
btnEnter->handleTS();
|
||||||
|
btnConfirm->handleTS();
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
Loading…
Reference in New Issue
Block a user