SDL/src/events
Cameron Gutman c636332031 quit: don't call signal() if we're using sigaction()
At best, this is a no-op.

At worst, it might:
 - Clobber a signal handler someone registered after us
 - Overwrite the signal mask or flags
 - Cause unregistration to fail (sigaction() isn't guaranteed to return the exact pointer passed to signal())

(cherry picked from commit 1d852d1c28)
2025-12-01 19:46:00 -06:00
..
blank_cursor.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
default_cursor.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
imKStoUCS.c cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
imKStoUCS.h wayland: Reuse KeySymToUcs4 to replicate X11 keymap behavior 2021-09-23 11:50:47 -07:00
scancodes_ascii.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
scancodes_darwin.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
scancodes_linux.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
scancodes_windows.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
scancodes_xfree86.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_clipboardevents.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_clipboardevents_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_displayevents.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_displayevents_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_dropevents.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_dropevents_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_events.c Fixed rare crash trying to interrupt SDL_WaitEvent() 2025-05-19 14:24:41 -07:00
SDL_events_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_gesture.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_gesture_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_keyboard.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_keyboard_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_keysym_to_scancode.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_keysym_to_scancode_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_mouse.c wayland: Special-case relative warp mode to deliver accelerated relative motion 2025-10-09 11:29:12 -04:00
SDL_mouse_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_quit.c quit: don't call signal() if we're using sigaction() 2025-12-01 19:46:00 -06:00
SDL_scancode_tables.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_scancode_tables_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_touch.c Vita: Fix off-by-one error for synthetic mouse events 2025-01-16 11:59:25 -08:00
SDL_touch_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_windowevents.c Updated copyright for 2025 2025-01-01 07:47:53 -08:00
SDL_windowevents_c.h Updated copyright for 2025 2025-01-01 07:47:53 -08:00