MouseHookTests TestIsPressed 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 TestIsPressed()
Examples

[Test]
public void TestIsPressed()
{
    Assert.True(MouseHook.IsPressed(0x0201));
    Assert.False(MouseHook.IsPressed(0));
}
See Also