Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val rgb : int -> int -> int -> color
val set_color : color -> unit
val background : color
val foreground : color
val black : color
val white : color
val red : color
val green : color
val blue : color
val yellow : color
val cyan : color
val magenta : color
val point_color : int -> int -> color
val transp : color
val draw_image : image -> int -> int -> unit
val get_image : int -> int -> int -> int -> image
val create_image : int -> int -> image
val blit_image : image -> int -> int -> unit
val on_click :
?start:unit Async.Deferred.t ->
?stop:unit Async.Deferred.t ->
(status -> unit) ->
unit
val on_mousedown :
?start:unit Async.Deferred.t ->
?stop:unit Async.Deferred.t ->
(status -> unit) ->
unit
val on_mouseup :
?start:unit Async.Deferred.t ->
?stop:unit Async.Deferred.t ->
(status -> unit) ->
unit
val on_mousemove :
?start:unit Async.Deferred.t ->
?stop:unit Async.Deferred.t ->
(status -> unit) ->
unit
val on_keypress :
?start:unit Async.Deferred.t ->
?stop:unit Async.Deferred.t ->
(status -> unit) ->
unit