1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-11-22 19:39:22 +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: default:
break; break;
} }
btnUp->handleTS();
btnEnter->handleTS();
btnConfirm->handleTS();
} }
#include <iostream> #include <iostream>