C# Класс Avalonia.Input.UnitTests.TouchDeviceTests

Показать файл Открыть проект

Приватные методы

Метод Описание
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