void WindowClose(int w)
int debugWindow=windowCreate(0,0,100,100,"Debug"); int debugImage=windowGetImage(debugWindow); closeWindow(debugWindow); printString(0,0,debugImage,0,"This is my debug window!"); //ERROR!!! //why was there an error? BECAUSE THE WINDOW WAS CLOSED DAMMIT!
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |