Module CL_DisplayWindow

module CL_DisplayWindow: sig .. end

API documentation for the class CL_DisplayWindow

type t 
val init : title:string -> width:int -> height:int -> t
val of_desc : desc:CL_DisplayWindowDescription.t ->
?target:CL_DisplayTarget.t -> unit -> t
val delete : t -> unit
val flip : t -> unit
val flipi : t -> interval:int -> unit
val get_gc : t -> CL_GraphicContext.t
val get_ic : t -> CL_InputContext.t