DwmRenderGesture function (dwmapi.h)
Notifies Desktop Window Manager (DWM) that a touch contact has been recognized as a gesture, and that DWM should draw feedback for that gesture.
Syntax
HRESULT DwmRenderGesture(
[in] GESTURE_TYPE gt,
[in] UINT cContacts,
[in] const DWORD *pdwPointerID,
[in] const POINT *pPoints
);
Parameters
[in] gt
The type of gesture, specified as one of the GESTURE_TYPE values.
[in] cContacts
The number of contact points.
[in] pdwPointerID
The pointer ID.
[in] pPoints
The points.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | dwmapi.h |
Library | Dwmapi.lib |
DLL | Dwmapi.dll |