Exemple #1
0
func (m *Mixer) GetAttached() bool {
	return bool(C.al_get_mixer_attached((*C.ALLEGRO_MIXER)(unsafe.Pointer(m))))
}
Exemple #2
0
// Returns wheter or not the mixer is attached
func (self *Mixer) Attached() bool {
	return cb2b(C.al_get_mixer_attached(self.handle))
}