IR Key struct to store the IR key meta data. More...
#include <plat_ir.h>
Data Fields | |
| int | type |
| Platform specific. See macros KET_KEYDOWN, KET_KEYUP, KET_KEYREPEAT etc. | |
| int | code |
| See macros KED_POWER, KED_SELECT, KED_CHANNELUP etc. | |
| PLAT_xmp_tag_t | tag |
| Designates which device key belongs. See PLAT_xmp_tag_t. | |
| PLAT_xmp_owner_t | owner |
| Designates how key should be handled. See PLAT_xmp_owner_t. | |
IR Key struct to store the IR key meta data.
| int code |
See macros KED_POWER, KED_SELECT, KED_CHANNELUP etc.
Code of the pressed key
| PLAT_xmp_owner_t owner |
Designates how key should be handled. See PLAT_xmp_owner_t.
| PLAT_xmp_tag_t tag |
Designates which device key belongs. See PLAT_xmp_tag_t.
| int type |
Platform specific. See macros KET_KEYDOWN, KET_KEYUP, KET_KEYREPEAT etc.
Event type of key press