Game input for DirectX games
This section provides information about adding various types of inputs for your DirectX games.
Move-look controls for games topic explains how to add traditional mouse and keyboard controls to your DirectX game.
Relative mouse movement topic discusses how you can implement mouse control by tracking the pixel delta between mouse movements.
Touch controls for games topic explains how to add touch-based controls to move a fixed-plane camera in a Direct3D environment.
Topic | Description |
---|---|
Add move-look controls. |
|
Handle relative mouse movement. |
|
Add basic touch controls to your game. |