[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.5.18 Mix_PausedMusic

int Mix_PausedMusic()

Tells you if music is paused, or not.
Note: Does not check if the music was been halted after it was paused, which may seem a little weird.

Returns: Zero if music is not paused. 1 if it is paused.

 
// check the music pause status
printf("music is%s paused\n", Mix_PausedMusic()?"":" not");

See Also:
4.5.17 Mix_PlayingMusic, 4.5.8 Mix_PauseMusic, 4.5.9 Mix_ResumeMusic



This document was generated on July, 29 2005 using texi2html