mirror of
				https://github.com/libsdl-org/SDL.git
				synced 2025-11-04 01:34:38 +00:00 
			
		
		
		
	Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
		@@ -449,8 +449,8 @@ extern SDLMAIN_DECLSPEC SDL_AppResult SDLCALL SDL_AppEvent(void *appstate, SDL_E
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * This function is called once by SDL before terminating the program.
 | 
					 * This function is called once by SDL before terminating the program.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This function will be called no matter what, even if SDL_AppInit requests
 | 
					 * This function will be called in all cases, even if SDL_AppInit requests
 | 
				
			||||||
 * termination.
 | 
					 * termination at startup.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This function should not go into an infinite mainloop; it should
 | 
					 * This function should not go into an infinite mainloop; it should
 | 
				
			||||||
 * deinitialize any resources necessary, perform whatever shutdown activities,
 | 
					 * deinitialize any resources necessary, perform whatever shutdown activities,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user