| IInputServiceCommands 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 InputCommandCollection Commands { get; }
ReadOnly Property Commands As InputCommandCollection
Get
property InputCommandCollection^ Commands {
InputCommandCollection^ get ();
}
abstract Commands : InputCommandCollection with get
Property Value
Type:
InputCommandCollectionThe input commands.
See Also