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

# Advanced GameInput topics: force feedback and callbacks

> Advanced GameInput topics for GDK titles, including callbacks, force feedback, keyboard and mouse handling, and dynamic latency synchronization.

Explore advanced topics for XBOX game development.

<CardGroup cols={2}>
  <Card title="Advanced gameinput topics" icon="gamepad" href="/build/core-features/common/input/advanced/input-advanced-topics">
    a id="introductionSection"/a
  </Card>

  <Card title="Gameinput callbacks" icon="gamepad" href="/build/core-features/common/input/advanced/input-callbacks">
    a id="introductionSection"/a
  </Card>

  <Card title="Force feedback on gameinput" icon="gamepad" href="/build/core-features/common/input/advanced/input-forcefeedback">
    Use this topic to understand how force feedback on GameInput can manage device output.
  </Card>

  <Card title="Keyboards and mice in gameinput" icon="gamepad" href="/build/core-features/common/input/advanced/input-keyboard-mouse">
    Use this topic to understand usages that are unique to keyboards and mice.
  </Card>

  <Card title="Dynamic latency input" icon="network-wired" href="/build/core-features/common/input/advanced/input-synchronization">
    a id="introductionSection"/a
  </Card>

  <Card title="Gameinput work queues" icon="gamepad" href="/build/core-features/common/input/advanced/input-work-queues">
    a id="introductionSection"/a
  </Card>
</CardGroup>

## See also

* [Hardware](/build/core-features/common/input/hardware/index)
* [Overviews](/build/core-features/common/input/overviews/index)
* [Porting](/build/core-features/common/input/porting/index)


## Related topics

- [Advanced GameInput topics](/build/core-features/common/input/advanced/input-advanced-topics.md)
- [Force feedback on GameInput](/build/core-features/common/input/advanced/input-forcefeedback.md)
- [GameInput hardware: force feedback, haptics, and sensors](/build/core-features/common/input/hardware/index.md)
- [GameInput force feedback interface](/build/core-features/common/input/hardware/input-hardware-force-feedback.md)
- [GameInputForceFeedbackParams](/reference/input/gameinput/structs/gameinputforcefeedbackparams.md)
