module Oo_sfml_system:sig..end
Online documentation for the system module
typetime_src =[ `of_microseconds of int64
| `of_milliseconds of int32
| `of_seconds of float
| `of_sfTime of SFTime.t ]
class time :time_src ->object..end
module Time:sig..end
val sleep : duration:time -> unit
typetime_as =[ `microseconds | `milliseconds | `seconds ]
class clock :object..end
class pausable_clock :paused:bool ->object..end
val config : < compiled_version : int * int >