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