MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / buildPointerEvent

Function buildPointerEvent

src/test/builders/eventFakes.ts:224–228  ·  view source on GitHub ↗
({
  ...options
}: PointerEventBuilderOptions = {})

Source from the content-addressed store, hash-verified

222}
223
224export function buildPointerEvent({
225 ...options
226}: PointerEventBuilderOptions = {}): PointerEvent {
227 return new TestPointerEvent(options);
228}
229
230export function buildMouseEvent({
231 button = 0,

Calls

no outgoing calls

Tested by 2

pointerEventFunction · 0.72
pointerEventFunction · 0.72