1
0
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:
Lars-Peter Clausen 2010-05-03 20:25:08 +02:00
parent 118bc03f38
commit 7b66eb36d6

View File

@ -142,6 +142,10 @@ bool BrowseDialog::handleInput()
default:
break;
}
btnUp->handleTS();
btnEnter->handleTS();
btnConfirm->handleTS();
}
#include <iostream>