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