IDirectManipulationViewport::ReleaseContact method (directmanipulation.h)
Removes a contact that is associated with a viewport.
C++
HRESULT ReleaseContact(
[in] UINT32 pointerId
);
[in] pointerId
The ID of the pointer.
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
This method releases a contact from a specific Direct Manipulation viewport (equivalent to the user removing a touch point).
The viewport state is not affected unless the last remaining contact on the viewport is removed, in which case the viewport will transition to inertia, if supported.
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | directmanipulation.h |