Module Event.MouseMove

type t = {
  1. x : int;
  2. y : int;
  3. z : int;
  4. w : int;
  5. dx : int;
  6. dy : int;
  7. dz : int;
  8. dw : int;
  9. pressure : float;
  10. display : display;
}