mirror of
				https://github.com/ocornut/imgui.git
				synced 2025-10-26 12:27:30 +00:00 
			
		
		
		
	Added comment about SDL and SDL_INIT_GAMECONTROLLER. (#2809)
This commit is contained in:
		| @@ -27,6 +27,8 @@ | ||||
| int main(int, char**) | ||||
| { | ||||
|     // Setup SDL | ||||
|     // (Some versions of SDL before <2.0.10 appears to have performance/stalling issues on a minority of Windows systems,  | ||||
|     // depending on whether SDL_INIT_GAMECONTROLLER is enabled or disabled.. updating to latest version of SDL is recommended!) | ||||
|     if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_TIMER | SDL_INIT_GAMECONTROLLER) != 0) | ||||
|     { | ||||
|         printf("Error: %s\n", SDL_GetError()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 omar
					omar