using namespace CEC;
using namespace PLATFORM;
-#define LIB_CEC m_busDevice->GetProcessor()->GetLib()
-
#define RL_KEY_TOP_MENU 0x10
#define RL_KEY_DVD_MENU 0x11
client->SetCurrentButton(CEC_USER_CONTROL_CODE_CONTENTS_MENU);
break;
default:
- LIB_CEC->AddLog(CEC_LOG_NOTICE, "key with keycode '%02x' is not mapped in libCEC. please send an email to support@pulse-eight.com with this keycode, and tell which key you pressed, and we'll add support for this key.");
+ RequestEmailFromCustomer(command);
break;
}
bHandled = true;