Skip to main content
Latest
variable MSGestureEvent
import { MSGestureEvent } from "https://deno.land/x/domtype@v1.0.4/domtype.d.ts";

type

{ prototype: MSGestureEvent; readonly MSGESTURE_FLAG_BEGIN: number; readonly MSGESTURE_FLAG_CANCEL: number; readonly MSGESTURE_FLAG_END: number; readonly MSGESTURE_FLAG_INERTIA: number; readonly MSGESTURE_FLAG_NONE: number; new (): MSGestureEvent; }