Module Dom.TouchEvent

type touchList
module Impl (T : sig ... end) : sig ... end
include sig ... end
val bubbles : t -> bool
val cancelable : t -> bool
val composed : t -> bool
val currentTarget : t -> Dom.eventTarget
val defaultPrevented : t -> bool
val eventPhase : t -> Webapi__Dom__Types.EventPhase.t
val target : t -> Dom.eventTarget
val timeStamp : t -> float
val type_ : t -> string
val isTrusted : t -> bool
val preventDefault : t -> unit
val stopImmediatePropagation : t -> unit
val stopPropagation : t -> unit
include sig ... end
val detail : t -> int
val view : t -> Dom.window
include sig ... end
val altKey : t -> bool
val changedTouches : t -> touchList
val ctrlKey : t -> bool
val metaKey : t -> bool
val shiftKey : t -> bool
val targetTouches : t -> touchList
val touches : t -> touchList
val make : string -> t
val makeWithOptions : string -> < .. > Js.t -> t