how do you make a window full screen with the createwindow function in Dev-C++
Search google for "getsystemmetrics." The idea, grab the screen dimensions, via getsystemmetrics, and then substitute the width and height.
Zero Valintine
Log in to post a comment.
how do you make a window full screen with the createwindow function in Dev-C++
Search google for "getsystemmetrics." The idea, grab the screen dimensions, via getsystemmetrics, and then substitute the width and height.
Zero Valintine