Beispiel #1
0
 public bool IsPaused()
 {
     if (EngineConfig.SoundSystem == FreeSL.FSL_SOUND_SYSTEM.FSL_SS_NOSYSTEM)
     {
         return(false);
     }
     return(FreeSL.fslSoundIsPaused(_sound));
 }
Beispiel #2
0
 public bool IsPaused()
 {
     return(FreeSL.fslSoundIsPaused(_sound));
 }