Share via


TouchPanelEnable (Compact 2013)

3/26/2014

This function enables the touch screen and sets the callback function that the driver calls to provide single-touch data.

Syntax

BOOL TouchPanelEnable(
  PFN_TOUCH_PANEL_CALLBACK pfnCallback
);

Parameters

  • pfnCallback
    [in] Pointer to a callback function that the driver calls to provide single-touch data. For more information, see PFN_TOUCH_PANEL_CALLBACK.

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header

tchddi.h

Library

tchproxy.dll

See Also

Reference

Touch Proxy Driver Functions