次の方法で共有


TouchPanelInitializeCursor (Compact 2013)

3/26/2014

This function sets the callback function that the touch driver calls to move the cursor.

Syntax

BOOL TouchPanelInitializeCursor(
  PFN_DISP_DRIVER_MOVE_CURSOR pfnDispDriverMoveCursor
);

Parameters

Return Value

TRUE indicates success. FALSE indicates failure.

Remarks

You call the touch proxy driver function TouchPanelInitializeCursor to have the driver position the cursor. You call TouchPanelInitializeCursor after you call TouchPanelEnable or TouchPanelEnableEx to enable the driver. The driver or touch proxy driver that GWES loads need not implement TouchPanelInitializeCursor. If it does, GWES will call it, supplying a pointer to function DispDrvrMoveCursor as the argument. The touch proxy driver supplied with Compact 2013 does not implement TouchPanelInitializeCursor.

Requirements

Header

tchddi.h

Library

tchproxy.dll

See Also

Reference

Touch Proxy Driver Functions