Module Event.MouseButton

type t = {
  1. x : int;
  2. y : int;
  3. z : int;
  4. w : int;
  5. button : int;
  6. pressure : float;
  7. display : display;
}