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.audio/SFListener/index.html

Module SFListener

Online documentation for the Listener class

val setGlobalVolume : volume:float -> unit
val getGlobalVolume : unit -> float
val setPosition : pos:(float * float * float) -> unit
val setPosition3 : posX:float -> posY:float -> posZ:float -> unit
val getPosition : unit -> float * float * float
val setDirection : orientation:(float * float * float) -> unit
val setDirection3 : dirX:float -> dirY:float -> dirZ:float -> unit
val getDirection : unit -> float * float * float
val setUpVector : vector:(float * float * float) -> unit
val setUpVector3 : vecX:float -> vecY:float -> vecZ:float -> unit
val getUpVector : unit -> float * float * float
OCaml

Innovation. Community. Security.