Пример #1
0
 private void SetChannelPosition(int channel, short angle, byte distance)
 {
     SDL_mixer.Mix_SetPosition(channel, angle, distance);
 }