> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IGameInputDevice::SetInputSynchronizationState

> IGameInputDevice::SetInputSynchronizationState

# IGameInputDevice::SetInputSynchronizationState

<Warning>**Deprecated.** This method was removed in GameInput v1 and is not available in the current API.</Warning>

Enables or disables input synchronization mode for the device.

## Syntax

```cpp theme={null}
void SetInputSynchronizationState(
    bool enabled
);
```

### 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

| Version | Changes     |
| ------- | ----------- |
| **v1**  | Removed.    |
| **v0**  | Introduced. |

## See also

[Deprecated GameInput API members](/reference/input/gameinput/deprecated/gameinput_deprecated_members)\
[IGameInputDevice::SendInputSynchronizationHint](/reference/input/gameinput/deprecated/interfaces/igameinputdevice/methods/igameinputdevice_sendinputsynchronizationhint)\
[IGameInputDevice](/reference/input/gameinput/interfaces/igameinputdevice/igameinputdevice)


## Related topics

- [IGameInputDevice::SendInputSynchronizationHint](/reference/input/gameinput/deprecated/interfaces/igameinputdevice/methods/igameinputdevice_sendinputsynchronizationhint.md)
- [IGameInputDevice](/reference/input/gameinput/interfaces/igameinputdevice/igameinputdevice.md)
- [Deprecated GameInput API members](/reference/input/gameinput/deprecated/gameinput_deprecated_members.md)
- [IGameInputDevice::SetHapticMotorState](/reference/input/gameinput/deprecated/interfaces/igameinputdevice/methods/igameinputdevice_sethapticmotorstate.md)
- [IGameInputDevice::GetBatteryState](/reference/input/gameinput/deprecated/interfaces/igameinputdevice/methods/igameinputdevice_getbatterystate.md)
