PFN_TOUCH_PANEL_CALLBACK (Compact 2013)
3/26/2014
This function accepts a touch point from the touch proxy driver.
Syntax
typedef BOOL (*PFN_TOUCH_PANEL_CALLBACK)(
TOUCH_PANEL_SAMPLE_FLAGS Flags,
INT X,
INT Y
);
Parameters
- Flags
- X
[in] X-axis position of the data point.
- Y
[in] Y-axis position of the data point.
Return Value
TRUE indicates success. FALSE indicates failure.
Remarks
Function TouchPanelEnable requires a function pointer of this type.
Requirements
Header |
tchddi.h |