コード例 #1
0
ファイル: hge.go プロジェクト: losinggeneration/hge
func (h *HGE) Channel_SetPos(chn sound.Channel, seconds float64) {
	chn.SetPos(seconds)
}