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

Move-look controls for games

Add move-look controls.

Relative mouse movement

Handle relative mouse movement.

Touch controls for games

Add basic touch controls to your game.