Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This function provides an opportunity for touch drivers to move the cursor at initialization time.
Syntax
BOOL TouchPanelInitializeCursor(
PFN_DISP_DRIVER_MOVE_CURSOR
);
Parameters
PFN_DISP_DRIVER_MOVE_CURSOR
[in] Pointer to cursor position. The following code example shows a way to declare this pointer.typedef void (* PFN_MOVE_CURSOR) (INT32 xLocation, INT32 yLocation);
Return Value
TRUE indicates success. FALSE indicates failure.
Requirements
| Header | tchddi.h |
| Library | Tchmain.lib |
| Windows Embedded CE | Windows CE 1.0 and later |