IRemoteDesktopClientEvents::OnTouchPointerCursorMoved method

Called when the touch pointer cursor has moved and the EventsEnabled property is set to true.

Syntax

void OnTouchPointerCursorMoved(
  [in] long x,
  [in] long y
);

Parameters

x [in]

y [in]

Return value

This method does not return a value.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
DIID_IRemoteDesktopClientEvents is defined as 079863B7-6D47-4105-8BFE-0CDCB360E67D

See also

IRemoteDesktopClientEvents