package efl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. device : int;
  2. radius : float;
  3. radius_x : float;
  4. radius_y : float;
  5. pressure : float;
  6. angle : float;
  7. output : Evas.point;
  8. canvas : Evas.coord_precision_point;
  9. modifiers : Evas.modifier;
  10. flags : Evas.button_flags;
  11. timestamp : int;
  12. event_flags : flags;
  13. dev : Evas.device;
}
OCaml

Innovation. Community. Security.