MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / buildTouchEvent

Function buildTouchEvent

src/test/builders/eventFakes.ts:299–303  ·  view source on GitHub ↗
({
  ...options
}: TouchEventBuilderOptions = {})

Source from the content-addressed store, hash-verified

297}
298
299export function buildTouchEvent({
300 ...options
301}: TouchEventBuilderOptions = {}): TouchEvent {
302 return new TestTouchEvent(options);
303}
304
305export function buildReactMouseEvent<TElement extends Element = Element>({
306 clientX = 0,

Calls

no outgoing calls

Tested by

no test coverage detected