package sfml

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.09.tar.gz
sha256=75e28f425d6c40f39f7aac53b413da3d48ecd50aa88cdf644d38a14897a59a30
md5=01ffc5b471d774f2d6234c639b067f04

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.