SDL/src/events
Hunter Kvalevog 0136bf2f8f SDL_SetEventFilter: Don't flush good events
Only cut events that don't pass the user filter instead of flushing the
entire list.

Fixes #9592
2024-05-30 13:06:01 -07:00
..
blank_cursor.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
default_cursor.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
imKStoUCS.c Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
imKStoUCS.h Remove stray  2023-09-20 08:32:53 -07:00
scancodes_ascii.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
scancodes_darwin.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
scancodes_linux.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
scancodes_windows.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
scancodes_xfree86.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_clipboardevents.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_clipboardevents_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_displayevents.c Fixed unclipping the mouse when a monitor is placed left of the primary one on Windows. 2024-04-24 12:06:00 -07:00
SDL_displayevents_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_dropevents.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_dropevents_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_events.c SDL_SetEventFilter: Don't flush good events 2024-05-30 13:06:01 -07:00
SDL_events_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_keyboard.c Don't toggle modifier state for repeated keys (thanks @dalawren!) 2024-05-24 04:44:56 -07:00
SDL_keyboard_c.h Fixed memory leak cleaning up mouse and keyboard instances 2024-05-07 09:26:18 -07:00
SDL_keysym_to_scancode.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_keysym_to_scancode_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_mouse.c mouse: Move mouse button state from a Uint32 to a formal typedef. 2024-05-26 13:23:21 -04:00
SDL_mouse_c.h mouse: Move mouse button state from a Uint32 to a formal typedef. 2024-05-26 13:23:21 -04:00
SDL_pen.c pen: Change a Uint32 bitfield into a typedef. 2024-05-26 13:23:21 -04:00
SDL_pen_c.h Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
SDL_quit.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_scancode_tables.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_scancode_tables_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_touch.c Decrement before as the code makes more sense 2024-05-20 11:08:19 -07:00
SDL_touch_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_windowevents.c video: Rename 'state_not_floating' to the more descriptive 'tiled' 2024-05-23 10:35:58 -04:00
SDL_windowevents_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00