SDL/src/events
Sam Lantinga 9129e1d557 Fixed crash when setting the default cursor twice
This happens in the KMSDRM driver, once after video init, setting a blank default cursor, and once when creating a window when the KMSDRM mouse is initialized.

Also fixed a memory leak freeing the default cursor at shutdown
2023-08-10 12:13:40 -07:00
..
blank_cursor.h
default_cursor.h
imKStoUCS.c Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
imKStoUCS.h
scancodes_ascii.h
scancodes_darwin.h
scancodes_linux.h
scancodes_windows.h
scancodes_xfree86.h
SDL_clipboardevents.c Removed SDL_EVENT_CLIPBOARD_CANCELLED in favor of the cleanup callback 2023-07-05 20:06:59 -07:00
SDL_clipboardevents_c.h Removed SDL_EVENT_CLIPBOARD_CANCELLED in favor of the cleanup callback 2023-07-05 20:06:59 -07:00
SDL_displayevents.c Added the concept of display natural orientation 2023-06-17 07:42:16 -07:00
SDL_displayevents_c.h
SDL_dropevents.c
SDL_dropevents_c.h
SDL_events.c Enable the controller update complete events 2023-08-03 10:19:54 -07:00
SDL_events_c.h Added SDL_GetSystemTheme() to return whether the system is using a dark or light color theme, and SDL_EVENT_SYSTEM_THEME_CHANGED is sent when this changes 2023-03-09 03:25:20 -08:00
SDL_keyboard.c Don't mark autorelease keys as virtual 2023-08-02 01:32:13 -07:00
SDL_keyboard_c.h Fixed duplicate key press/release events on iOS 2023-08-02 01:08:00 -07:00
SDL_keysym_to_scancode.c Updated source to match SDL function prototype style 2023-05-23 11:29:41 -07:00
SDL_keysym_to_scancode_c.h
SDL_mouse.c Fixed crash when setting the default cursor twice 2023-08-10 12:13:40 -07:00
SDL_mouse_c.h Undo variable rename 2023-08-10 11:45:20 -07:00
SDL_quit.c Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
SDL_scancode_tables.c Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
SDL_scancode_tables_c.h
SDL_touch.c Updated source to match SDL function prototype style 2023-05-23 11:29:41 -07:00
SDL_touch_c.h
SDL_windowevents.c Add and event and flag to report when a window has been occluded 2023-07-18 16:42:05 -04:00
SDL_windowevents_c.h