Callback functions of TP event. More...
#include <dn_tpcomm.h>
Public Attributes | |
HRESULT(* | Call_TPKeyInfo )(struct TP_KEY_INFO key_info) |
HRESULT(* | Call_TPState )(int state) |
HRESULT(* | Call_TPTouchInfo )(struct TP_TOUCH_INFO touch_info) |
Callback functions of TP event.
Definition at line 291 of file dn_tpcomm.h.
HRESULT(* CALL_FUNC_TP::Call_TPKeyInfo)(struct TP_KEY_INFO key_info) |
Called when the TP key state is changed.
Definition at line 296 of file dn_tpcomm.h.
HRESULT(* CALL_FUNC_TP::Call_TPState)(int state) |
Called when the TP connection state is changed.
Definition at line 294 of file dn_tpcomm.h.
HRESULT(* CALL_FUNC_TP::Call_TPTouchInfo)(struct TP_TOUCH_INFO touch_info) |
Called when the TP touched or released.
Definition at line 298 of file dn_tpcomm.h.