Inheritance Hierarchy
DeltaEngine.Input.Windows.Tests TouchHookTests
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
The TouchHookTests type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TouchHookTests | Initializes a new instance of the TouchHookTests class |
Methods
Name | Description | |
---|---|---|
CreateHook | ||
DisposeHook | ||
GetTouchDataFromHandleWithInvalidHandle |
Examples
[Test] public void GetTouchDataFromHandleWithInvalidHandle() { Assert.IsEmpty(hook.nativeTouches); var nativeTouches = TouchHook.GetTouchDataFromHandle(1, IntPtr.Zero); Assert.Null(nativeTouches); }
See Also