Module Elm.Gesture_taps_info

module Gesture_taps_info: sig .. end

type t = {
   y : int;
   n : int;
   timestamp : int;
}
val of_ptr : Evas.ptr -> t