void WindowSetSize(int window, int width, int height)
Sets the size of the specified window. Differs from WindowSetResolution, in that you need to account for the width and height of the panels surrounding the window as well.
WindowSetSize(debug_window, 546, 242); // What a bizarre window size!
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |