Exemple #1
0
func (h *HGE) Channel_SetPanning(chn sound.Channel, pan int) {
	chn.SetPanning(pan)
}