| InputManagerCommands Property |
Gets the input commands.
Namespace: DigitalRune.Game.InputAssembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax public InputCommandCollection Commands { get; }
Public ReadOnly Property Commands As InputCommandCollection
Get
public:
virtual property InputCommandCollection^ Commands {
InputCommandCollection^ get () sealed;
}
abstract Commands : InputCommandCollection with get
override Commands : InputCommandCollection with get
Property Value
Type:
InputCommandCollectionThe input commands.
Implements
IInputServiceCommandsSee Also