[Windows API] implement win32api Full Screen
출처 : http://www.daniweb.com/software-development/cpp/threads/370926/windows-api-screen-resolution I'm pretty sure I'm doing everything in there except for the OpenGL stuff, I'm not using that yet. Basically I have a Window 'Init' function, it goes like this:bool CWindow::Init( HINSTANCE hInst, int width, int height, bool fullscreen, char *caption, WindowProcedure_t proc ){RECT rScreenRect;RECT r..