mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 08:45:00 +00:00 
			
		
		
		
	Toggling fullscreen now takes fullscreen flags
This commit is contained in:
		
							parent
							
								
									893afbaf3b
								
							
						
					
					
						commit
						77a0d3fe2a
					
				| 
						 | 
				
			
			@ -1338,7 +1338,7 @@ SDLTest_CommonEvent(SDLTest_CommonState * state, SDL_Event * event, int *done)
 | 
			
		|||
                    if (flags & SDL_WINDOW_FULLSCREEN) {
 | 
			
		||||
                        SDL_SetWindowFullscreen(window, SDL_FALSE);
 | 
			
		||||
                    } else {
 | 
			
		||||
                        SDL_SetWindowFullscreen(window, SDL_TRUE);
 | 
			
		||||
                        SDL_SetWindowFullscreen(window, SDL_WINDOW_FULLSCREEN);
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            } else if (event->key.keysym.mod & KMOD_ALT) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue