Using the Close button on apps in windowed mode
Monkey Targets Forums/Desktop/Using the Close button on apps in windowed mode| 
 | ||
| I'm probably missing something obvious here, but couldn't find anything while searching. I'm using the Error "" method for quitting apps with the Escape key, but is there a way to exit with an app's Close button in windowed mode? It doesn't seem to respond in either debug or release by default. (I'm on Win7 64-bit) Thanks. | 
| 
 | ||
| I believe Mark wrote in another post that there is a keydown?? event like Key_Close which you use now. | 
| 
 | ||
| Ah, yes that works.  Thanks. |