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

4.5.20 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.19 Mix_PlayingMusic, 4.5.10 Mix_PauseMusic, 4.5.11 Mix_ResumeMusic



This document was generated on November, 13 2009 using texi2html