FireBirdLib - Topfield TMS PVR TAP Programming Library
KeyTranslateHook.c File Reference
#include "FBLib_tap.h"

Go to the source code of this file.

Functions

dword KeyTranslateHook (word event, dword param1, dword param2)
 
bool KeyTranslate (bool Enable, void *EventHandler)
 

Variables

dword(* Original_TAP_EventHandler )(word event, dword param1, dword param2) = NULL
 
REMOTE_TYPE RemoteType = RT_2100
 

Function Documentation

◆ KeyTranslate()

◆ KeyTranslateHook()

dword KeyTranslateHook ( word  event,
dword  param1,
dword  param2 
)

Variable Documentation

◆ Original_TAP_EventHandler

dword(* Original_TAP_EventHandler) (word event, dword param1, dword param2) ( word  event,
dword  param1,
dword  param2 
) = NULL

Definition at line 3 of file KeyTranslateHook.c.

Referenced by KeyTranslate(), and KeyTranslateHook().

◆ RemoteType

REMOTE_TYPE RemoteType = RT_2100

Definition at line 5 of file KeyTranslateHook.c.

Referenced by KeyTranslate(), and KeyTranslateHook().