Namespace: DeltaEngine.Input
Assembly: DeltaEngine.Input (in DeltaEngine.Input.dll) Version: 1.1.1.0 (1.1.1)
Tests: DeltaEngine.Input.Windows.Tests.WindowsKeyboardTests
1 unit tests call DeltaEngine.Input.Keyboard.IsAvailable
Assembly: DeltaEngine.Input (in DeltaEngine.Input.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Property Value
Type: BooleanRemarks
Examples
[Test, CloseAfterFirstFrame] public void DisposeSetsUnavailable() { keyboard.Dispose(); Assert.IsFalse(keyboard.IsAvailable); }
See Also