Esempio n. 1
0
 void Activity_Paused(object sender, EventArgs e)
 {
     // Pause all currently playing sounds by pausing the mixer
     Alc.DevicePause(_device);
 }