Windowed/Desktop/FullDesktop
I need some help with what these mean and what commands get you to the required(fastest mode).
Windowed: OK, this is where your game has a window(little red x etc), is that right?
You could maximise the window but I presume you are still in Windowed mode?
Desktop: I presume this means your window takes up the whole screen, but could this also still be windowed or not windowed?
FullDesktop: Does this mean.... I dont know... what does this mean?
Also, I just tried this:
dbSetDisplayModeVSync(SCREENWIDTH,SCREENHEIGHT,32,false);
dbSyncOn();dbSyncRate(0);dbSync();
dbMaximiseWindow()
dbWindowOff();
And my computer(vista) crashed, it works without dbWindowOff() but then I still have my window
EDIT: Fixed crash by not calling dbSync() before doing other things, also got my window off with dbSetWindowLayout(0, 0, 0), still need help with the definitions and best way to achieve each one, thanks.