Example #1
0
 public static void Listener(ALListenerf param, float value)
 {
     ALDelegates.alListenerf((int)param, value);
 }