Exemplo n.º 1
0
func HaltMusic() bool {
	return int(C.Mix_HaltMusic()) == 0
}
Exemplo n.º 2
0
func HaltMusic() {
	C.Mix_HaltMusic()
}
Exemplo n.º 3
0
// Halt playing of the music
func HaltMusic() (int) { 
  return int(C.Mix_HaltMusic())
}