void WindowSetResolution(int window, int xres, int yres)
Sets the resolution of the specified window. Differs from WindowSetSize, in that only the width and height of the screen are required.
WindowSetResolution(debug_window, 320, 240); // Winners use 320x240!
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |