plugin - capture menu on remote

The forum for our foreign guests... Please post in English
gman
Neugieriger
Neugieriger
Beiträge: 3
Registriert: Montag 27. März 2006, 23:22

plugin - capture menu on remote

Beitrag von gman »

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" ???