MouseDeviceCounterTests DeviceCounterInMouseProperty Method Delta Engine Documentation

Namespace: DeltaEngine.Input.Windows.Tests
Assembly: DeltaEngine.Input.Windows.Tests (in DeltaEngine.Input.Windows.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void DeviceCounterInMouseProperty()
Examples

[Test]
public void DeviceCounterInMouseProperty()
{
    var windowsMouse = GetMouse();
    Assert.IsTrue(windowsMouse.IsAvailable);
}
See Also