RDK Documentation (Open Sourced RDK Components)
|
Map IR Remote Keys to standard Linux Input Keys. More...
#include <linux/input.h>
#include <stdint.h>
#include "comcastIrKeyCodes.h"
Go to the source code of this file.
Data Structures | |
struct | IARM_keycodes |
Macros | |
#define | _KEY_INVALID (KEY_RESERVED) |
#define | IARM_TO_LINUX_KEY(iCode, uCode) { iCode, uCode, _KEY_INVALID}, |
#define | IARM_TO_LINUX_CTL(iCode, uCode) { iCode, uCode, KEY_LEFTCTRL}, |
Variables | |
static IARM_keycodes | kcodesMap_IARM2Linux [] |
Map IR Remote Keys to standard Linux Input Keys.
Definition in file IrInputRemoteKeyCodes.h.