Event.MouseButton
type t = {
x : int;
y : int;
z : int;
w : int;
button : int;
pressure : float;
display : display;
}