SDL_CDPause
Name
SDL_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.
SDL_CDPause -- Pauses a CDROM
#include "SDL.h" int SDL_CDPause(SDL_CD *cdrom);
Pauses play on the given cdrom.
Returns 0 on success, or -1 on an error.
SDL_CDPause (last edited 2008-04-17 08:18:35 by localhost)