Switching to fullscreen #407
This commit is contained in:
		@@ -1511,6 +1511,8 @@ static void takeScreenshot()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
static bool processShortcuts(SDL_KeyboardEvent* event)
 | 
					static bool processShortcuts(SDL_KeyboardEvent* event)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
						if(event->repeat) return false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	SDL_Keymod mod = event->keysym.mod;
 | 
						SDL_Keymod mod = event->keysym.mod;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if(studio.mode == TIC_START_MODE) return true;
 | 
						if(studio.mode == TIC_START_MODE) return true;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user