7 references to UnflattenTouchPoints
Microsoft.AspNetCore.Components.WebAssembly (3)
Services\DefaultWebAssemblyJSRuntime.EventDispatch.cs (3)
341
Touches =
UnflattenTouchPoints
(touchesFlat),
342
TargetTouches =
UnflattenTouchPoints
(targetTouchesFlat),
343
ChangedTouches =
UnflattenTouchPoints
(changedTouchesFlat),
Microsoft.AspNetCore.Components.WebAssembly.Tests (4)
EventDispatchTest.cs (4)
82
var result = DefaultWebAssemblyJSRuntime.
UnflattenTouchPoints
([]);
90
var result = DefaultWebAssemblyJSRuntime.
UnflattenTouchPoints
(null);
100
var result = DefaultWebAssemblyJSRuntime.
UnflattenTouchPoints
(flat);
122
var result = DefaultWebAssemblyJSRuntime.
UnflattenTouchPoints
(flat);