Oo_sfml_systemOnline documentation for the system module
type time_src = [ | `of_microseconds of int64| `of_milliseconds of int32| `of_seconds of float| `of_sfTime of SFTime.t ]module Time : sig ... endval sleep : duration:time -> unitclass clock : object ... endclass pausable_clock : paused:bool -> object ... end