module Oo_sfml_system: sig
.. end
Online 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 ]
class time : time_src ->
object
.. end
module Time: sig
.. end
val sleep : duration:time -> unit
val sleep_sec : duration:float -> unit
val sleep_msec : duration:int32 -> unit
val sleep_musec : duration:int64 -> unit
type
time_as = [ `microseconds | `milliseconds | `seconds ]
class clock :
object
.. end
class pausable_clock : paused:bool ->
object
.. end
val config : < compiled_version : int * int >