Skip to main content

IGameInputDevice::SetInputSynchronizationState

Deprecated. This method was removed in GameInput v1 and is not available in the current API.
Enables or disables input synchronization mode for the device.

Syntax

Parameters

enabled   _In_
Type: bool
Pass true to enable input synchronization mode; false to disable it.

Remarks

When enabled, the device would hold input reports until the title called SendInputSynchronizationHint, allowing the title to precisely align input polling with its render loop. Both this method and SendInputSynchronizationHint were removed in v1 as part of simplification of the device update model.

Version History

See also

Deprecated GameInput API members
IGameInputDevice::SendInputSynchronizationHint
IGameInputDevice
Last modified on August 4, 2026