TouchPanelEnable (Windows CE 5.0)
This function enables and re-enables the touch screen.
BOOL TouchPanelEnable(PFN_TOUCH_PANEL_CALLBACK pfnCallback);
Parameters
- pfnCallback
[in] Pointer to a touch screen callback function that executes to handle pen events.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
After this function returns, the touch screen generates pen events.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Tchddi.h.
Link Library: Tchmain.lib.
Send Feedback on this topic to the authors