Click or drag to resize
DigitalRuneConfigurableInputCommand Constructor (String)
Initializes a new instance of the ConfigurableInputCommand 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 ConfigurableInputCommand(
	string name
)

Parameters

name
Type: SystemString
The name.
See Also