| InputManager Constructor |
Namespace: DigitalRune.Game.InputAssembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax public InputManager(
bool gamerServicesEnabled
)
Public Sub New (
gamerServicesEnabled As Boolean
)
public:
InputManager(
bool gamerServicesEnabled
)
new :
gamerServicesEnabled : bool -> InputManager
Parameters
- gamerServicesEnabled
- Type: SystemBoolean
if the game uses the XNA gamer services component; otherwise,
.
See Also