SDL_CDPause From SDL Library previous page next page SDL Library Documentation Prev Next SDL_CDPause NameSDL_CDPause -- Pauses a CDROM Synopsis #include "SDL.h" int SDL_CDPause(SDL_CD *cdrom); Description Pauses play on the given cdrom. Return Value Returns 0 on success, or -1 on an error. See Also SDL_CDPlay, SDL_CDResume Prev Home Next SDL_CDPlayTracks Up SDL_CDResume previous page start next page