package sfml

  1. Overview
  2. Docs
Bindings to the SFML multimedia library

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-sfml-0.09.2.tar.gz
sha256=ce1e50dec69a4495232261627a359a8fb54d79788147380bee78b0983f8b6951
md5=9ae99bb47bb68d5181d01b7bbc78a351

doc/sfml.system_oo/Oo_sfml_system/index.html

Module Oo_sfml_system

Online documentation for the system module

type time_src = [
  1. | `of_microseconds of int64
  2. | `of_milliseconds of int32
  3. | `of_seconds of float
  4. | `of_sfTime of SFTime.t
]
class time : time_src -> object ... end
module Time : sig ... end
val sleep : duration:time -> unit
type time_as = [
  1. | `microseconds
  2. | `milliseconds
  3. | `seconds
]
class clock : object ... end
class pausable_clock : paused:bool -> object ... end
val config : < compiled_version : int * int >
OCaml

Innovation. Community. Security.