Hi !
I'm trying to catch when the menu button is pushed on the remote (dreambox, Enigma) . but i cant find what to use. i use the following code
to capture info button.
pluginTest::eventHandler(const eWidgetEvent & event)
{
switch (event.type)
{
case eWidgetEvent::evtAction:
if (event.action == &i_cursorActions->help)
....
is there an thing like "&i_cursorActions->help" to catch "menu" ???
plugin - capture menu on remote
-
- Neugieriger
- Beiträge: 3
- Registriert: Montag 27. März 2006, 23:22