sig
  type t = {
    hold : int;
    timestamp : int;
    event_flags : Evas_event.flags;
    dev : Evas.device;
  }
end