X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fpods%2FSDL%2FMixer.pod;fp=lib%2Fdocs%2FMixer.pod;h=73af8ffc4760c888657b686fbd3e0de08f141d65;hb=b00c045b0f4ef5aac29e6a29de0be15012bd2e95;hp=3e154f2bba15501bfafacd4bde139c8c35bd6bdf;hpb=991130f6069f6d7bb700f608130d85bdbee87608;p=sdlgit%2FSDL_perl.git diff --git a/lib/docs/Mixer.pod b/lib/pods/SDL/Mixer.pod similarity index 99% rename from lib/docs/Mixer.pod rename to lib/pods/SDL/Mixer.pod index 3e154f2..73af8ff 100644 --- a/lib/docs/Mixer.pod +++ b/lib/pods/SDL/Mixer.pod @@ -173,8 +173,12 @@ Return true when the music is currently playing. Sets the volume for the left or right channels. To do true panning: +=begin verbatim + $mixer->set_panning($channel, $left, 254 - $left); +=end + =head1 AUTHORS David J. Goehrig, basic doc added by Tels .