File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1377,9 +1377,11 @@ extern SDL_DECLSPEC bool SDLCALL SDL_PushEvent(SDL_Event *event);
1377
1377
typedef bool (SDLCALL * SDL_EventFilter )(void * userdata , SDL_Event * event );
1378
1378
1379
1379
/**
1380
- * Set up a filter to process all events before they are added to the internal event queue.
1380
+ * Set up a filter to process all events before they are added to the internal
1381
+ * event queue.
1381
1382
*
1382
- * If you just want to see events without modifying them or preventing them from being queued, you should use SDL_AddEventWatch() instead.
1383
+ * If you just want to see events without modifying them or preventing them
1384
+ * from being queued, you should use SDL_AddEventWatch() instead.
1383
1385
*
1384
1386
* If the filter function returns true when called, then the event will be
1385
1387
* added to the internal queue. If it returns false, then the event will be
You can’t perform that action at this time.
0 commit comments