Click or drag to resize
DigitalRuneInputCommandCollectionRemoveItem Method
Removes the element at the specified index of the InputCommandCollection.

Namespace: DigitalRune.Game.Input
Assembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax
protected override void RemoveItem(
	int index
)

Parameters

index
Type: SystemInt32
The index of the element to remove.
See Also