Click or drag to resize
DigitalRuneInputManagerMaxNumberOfPlayers Property
Gets the max number of players (= max number of game controllers that can be connected).

Namespace: DigitalRune.Game.Input
Assembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax
public int MaxNumberOfPlayers { get; }

Property Value

Type: Int32
The max number of players.

Implements

IInputServiceMaxNumberOfPlayers
Remarks
This number shows the maximal number of game controllers that can be connected and are supported by this input service.
See Also