Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val create :
?width:int ->
?height:int ->
?mousedown:(int -> int -> unit) ->
?mouseup:(int -> int -> unit) ->
?keydown:(int -> unit) ->
?keyup:(int -> unit) ->
?timer:(int * (unit -> bool)) ->
string ->
(int, Bimage.u8, Bimage.rgb) Bimage.Image.t ->
t
val get : string -> t option
val update : t -> (int, Bimage.u8, Bimage.rgb) Bimage.Image.t -> unit
val resize : width:int -> height:int -> t -> unit
val destroy : t -> unit