Click or drag to resize
DigitalRuneInputManager Constructor
Initializes a new instance of the InputManager class.

Namespace: DigitalRune.Game.Input
Assembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax
public InputManager(
	bool gamerServicesEnabled
)

Parameters

gamerServicesEnabled
Type: SystemBoolean
if the game uses the XNA gamer services component; otherwise, .
See Also