PDA

View Full Version : I can't suspend a context


mario++
07-10-2004, 08:59 PM
hi i try to suspend the context and doesn´t work
ALCcontext * pCurContext;
pCurContext = alcGetCurrentContext();
alcSuspendContext(pCurContext);
the sound doesn't stop

i would like if anyone can send me some help