Class Oo_sfml_system.pausable_clock

class pausable_clock : paused:bool -> object .. end

val clock : SFPausableClock.t
method elapsed_time : SFTime.t
method get_elapsed_time : unit -> SFTime.t
method is_paused : unit -> bool
method pause : unit -> unit
method restart : paused:bool -> SFTime.t
method start : unit -> unit