hugin.usdl
Usdl.Window
hugin
hugin.top
hugin.ucairo
type t
The type for SDL windows.
val create : title:string -> w:int -> h:int -> t
create ~title ~w ~h is a resizable, high-DPI-aware window.
create ~title ~w ~h
Raises Failure if window creation fails.
Failure
val destroy : t -> unit
destroy t frees the window. Safe to call more than once.
destroy t