mirror of
https://github.com/encounter/SDL.git
synced 2025-07-13 08:35:54 +00:00
Don't log SDL_POLLSENTINEL, it's purely for internal bookkeeping
This commit is contained in:
parent
dd5d89505d
commit
d5700ed20b
@ -378,6 +378,10 @@ SDL_LogEvent(const SDL_Event *event)
|
||||
|
||||
#undef SDL_EVENT_CASE
|
||||
|
||||
case SDL_POLLSENTINEL:
|
||||
/* No logging necessary for this one */
|
||||
break;
|
||||
|
||||
default:
|
||||
if (!name[0]) {
|
||||
SDL_strlcpy(name, "UNKNOWN", sizeof (name));
|
||||
|
Loading…
x
Reference in New Issue
Block a user