TouchPanelInitializeCursor (Windows CE 5.0)
This function provides an opportunity for touch drivers to move the cursor at initialization time.
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 Values
TRUE indicates success. FALSE indicates failure.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Tchddi.h.
Link Library: Tchmain.lib.
Send Feedback on this topic to the authors