CD Status
We've opened the CD in the drive. Now we can find things out about it, using "SDL_CDStatus()":
Values we can expect back include:CDstatus stat; ... stat = SDL_CDStatus(cdrom);
- CD_TRAYEMPTY,
- CD_STOPPED,
- CD_PLAYING,
- CD_PAUSED, and
- CD_ERROR