25 #ifndef _MHEG5_KEYPRESS_H 26 #define _MHEG5_KEYPRESS_H 126 #endif // _MHEG5_KEYPRESS_H void MHEG5_KeySupportEnabled(E_MHEG5_KEY key)
Key press support is enabled. May be called after the key has been disabled by MHEG5_KeySupportDisabl...
Definition: mh5keypress.c:1293
void MHEG5_KeySupportDisabled(E_MHEG5_KEY key)
Inform MHEG5 engine that key is not supported by the platform or product. By default MHEG5 engine ass...
Definition: mh5keypress.c:1280
System Wide Global Technical Data Type Definitions.
BOOLEAN MHEG5_NotifyKeyPress(E_MHEG5_KEY key)
Notify MHEG5 engine of a key press. If FALSE is returned, the external application may use the key...
Definition: mh5keypress.c:1214
BOOLEAN MHEG5_IsPromotionalLinkingEnabled(void)
This function is relevant to PVR products that support NativeApplicationExtension for broadcast-trigg...
Definition: mh5keypress.c:1269
BOOLEAN MHEG5_IsKeyNeeded(E_MHEG5_KEY key)
Enquire from MHEG5 engine about whether a key is needed, without actually passing the key to it...
Definition: mh5keypress.c:470