C# Class Avalonia.Input.UnitTests.TouchDeviceTests

Datei anzeigen Open project: wieslawsoltes/Avalonia

Private Methods

Method Description
Click_Counting_Should_Work_Correctly_With_Few_Touch_Contacts ( ) : void
DoubleTapped_Event_Is_Fired_With_Touch ( ) : void
DoubleTapped_Not_Fired_When_Click_Too_Late ( ) : void
DoubleTapped_Not_Fired_When_Second_Click_Is_From_Different_Touch_Contact ( ) : void
PointerPressed_Counts_Clicks_Correctly ( int clickCount ) : void
SendXTouchContactsWithIds ( IInputManager inputManager, TouchDevice device, IInputRoot root, RawPointerEventType type ) : void
TapOnce ( IInputManager inputManager, TouchDevice device, IInputRoot root, ulong timestamp, long touchPointId ) : void
Tapped_Event_Is_Fired_With_Touch ( ) : void
UnitTestApp ( TimeSpan doubleClickTime = newTimeSpan() ) : IDisposable