HGamer3D-SFML-Binding-0.1.9: Windows Game Engine for the Haskell Programmer - SFML Bindings

Safe HaskellNone

HGamer3D.Bindings.SFML.ClassMusic

Synopsis

Documentation

newSource

Arguments

:: IO HG3DClass 

Default constructor.

deleteSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance which is going to be deleted.

-> IO () 

Open a music from an audio file. - Details: This function doesn't start playing the music (call play()

Destructor.

openFromFileSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> String

filename

-> IO Bool