TouchEvent.Impl
module T : sig ... end
val altKey : T.t -> bool
val changedTouches : T.t -> touchList
val ctrlKey : T.t -> bool
val metaKey : T.t -> bool
val shiftKey : T.t -> bool
val targetTouches : T.t -> touchList
val touches : T.t -> touchList