Share via


TouchPanelInitializeCursor (Windows Embedded CE 6.0)

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

See Also

Reference

Touch Screen Driver Functions