Searched refs:SDL_DoEventLogging (Results 1 – 1 of 1) sorted by relevance
96 static int SDL_DoEventLogging = 0; variable101 SDL_DoEventLogging = (hint && *hint) ? SDL_max(SDL_min(SDL_atoi(hint), 2), 0) : 0; in SDL_EventLoggingChanged()111 if ( (SDL_DoEventLogging < 2) && in SDL_LogEvent()484 if (SDL_DoEventLogging) { in SDL_AddEvent()
Completed in 4 milliseconds