Al5.MouseState
type priv
type t = {
x : int;
y : int;
z : int;
w : int;
buttons : int;
pressure : float;
priv : priv;
}