Module SFListener

module SFListener: sig .. end

val setGlobalVolume : volume:float -> unit
val getGlobalVolume : unit -> float
val setPosition : posX:float -> posY:float -> posZ:float -> unit
val getPosition : unit -> float * float * float
val setTarget : targetX:float -> targetY:float -> targetZ:float -> unit
val getTarget : unit -> float * float * float