type t = | Move of {window : Types.Window.t;from_tiled : bool;start_x : int32;start_y : int32;mutable dx : int32;mutable dy : int32;mutable release : bool;
}| Resize of {window : Types.Window.t;start_x : int32;start_y : int32;start_w : int32;start_h : int32;edges : int32;mutable dx : int32;mutable dy : int32;mutable release : bool;
}