1voice_get_pan(3) Allegro manual voice_get_pan(3)
23
4
NAME
6voice_get_pan - Returns the current pan position. Allegro game programā
7ming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int voice_get_pan(int voice);
14
DESCRIPTION
16Returns the current pan position, from 0 (left) to 255 (right).
1718
SEE ALSO
20voice_set_pan(3)
2122
23
24
Allegro version 4.2.2 voice_get_pan(3)