mirror of
				https://github.com/libsdl-org/SDL.git
				synced 2025-11-04 09:44:35 +00:00 
			
		
		
		
	Move default
This commit is contained in:
		
				
					committed by
					
						
						Sam Lantinga
					
				
			
			
				
	
			
			
			
						parent
						
							3b58ad9d48
						
					
				
				
					commit
					80ff0f45fd
				
			@@ -380,9 +380,9 @@ SDL_AppResult SDL_AppEvent(void *appstate, SDL_Event *event)
 | 
			
		||||
    case SDL_EVENT_KEY_DOWN:
 | 
			
		||||
        return handle_key_event_(ctx, event->key.scancode);
 | 
			
		||||
        break;
 | 
			
		||||
    }
 | 
			
		||||
    default:
 | 
			
		||||
        break;
 | 
			
		||||
    }
 | 
			
		||||
    return SDL_APP_CONTINUE;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user