Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module S : sig ... end
type t = (Vecosek_scene.Scene.Event.t, S.t ref) Hashtbl.t
val add :
(Vecosek_scene.Scene_format_t.event, S.t ref) Hashtbl.t ->
handler:Vecosek_scene.Scene.Action.event_handler ->
unit
val of_list :
Vecosek_scene.Scene.Action.event_handler list ->
(Vecosek_scene.Scene_format_t.event, S.t ref) Hashtbl.t
val remove :
(Vecosek_scene.Scene_format_t.event, S.t ref) Hashtbl.t ->
handler:Vecosek_scene.Scene.Action.event_handler ->
unit
val remove_all_for_event : ('a, 'b) Hashtbl.t -> event:'c -> unit