IDirectManipulationUpdateManager::Update method (directmanipulation.h)
Updates Direct Manipulation at the current time.
Syntax
HRESULT Update(
[in, optional] IDirectManipulationFrameInfoProvider *frameInfo
);
Parameters
[in, optional] frameInfo
The frame info provider used to predict the position of the content and compensate for latency during composition.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
If the application provides its own implementation of IDirectManipulationCompositor, this implementation should call Update whenever there is a compositor update. Frame timing information can be provided to Direct Manipulation through the IDirectManipulationFrameInfoProvider interface.
Requirements
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 |