![]() |
HBBTV
22.11.0
|
Internal interface to the application object. More...
#include "object.h"Go to the source code of this file.
Classes | |
| struct | s_app |
Typedefs | |
| typedef struct s_app | S_APP |
Functions | |
| S32BIT | HBBTV_AppGetKeysetValue (void *obj) |
| E_HBBTV_ERR | HBBTV_AppAcceptKeyPress (E_HBBTV_KEY key) |
| Internal function to check whether or not a key is accepted by the application. More... | |
| E_HBBTV_ERR | HBBTV_AppSendKeyPress (E_HBBTV_KEY key) |
| Internal function to handle a key press and send it to the browser. More... | |
Variables | |
| void * | JS_APP_CLASS |
Internal interface to the application object.
| E_HBBTV_ERR HBBTV_AppAcceptKeyPress | ( | E_HBBTV_KEY | key | ) |
Internal function to check whether or not a key is accepted by the application.
| key | Key code to be checked |
| E_HBBTV_ERR HBBTV_AppSendKeyPress | ( | E_HBBTV_KEY | key | ) |
Internal function to handle a key press and send it to the browser.
| key | Key code |
1.8.11