Set to Fullscreen Mode by Antigroup16th Jun 2008 20:16
|
---|
Summary This function is used to switch to fullscreen mode. Description This function is used to switch to fullscreen mode. This function was made in DarkGDK Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com function setfullscreen(width,height) set display mode width,height,32 set window layout 0,0,0 maximize window endfunction |