Module Elm.Gesture_rotate_info

module Gesture_rotate_info: sig .. end

type t = {
   y : int;
   radius : int;
   base_angle : float;
   angle : float;
   momentum : float;
}
val of_ptr : Evas.ptr -> t