SDL/src/events
Sam Lantinga ff1d351390 Removed SDL_FreeTemporaryMemory()
This was just causing confusion and anxiety. SDL temporary memory will be automatically freed on the main thread when processing events and on other threads when it ages out after a second. The application can free it directly by calling SDL_ClaimTemporaryMemory() to get ownership of the pointer, if necessary.
2024-07-22 07:34:25 -07: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 Added SDL_EVENT_DISPLAY_DESKTOP_MODE_CHANGED and SDL_EVENT_DISPLAY_CURRENT_MODE_CHANGED 2024-07-12 18:09:14 -07:00
SDL_displayevents_c.h Added SDL_EVENT_DISPLAY_DESKTOP_MODE_CHANGED and SDL_EVENT_DISPLAY_CURRENT_MODE_CHANGED 2024-07-12 18:09:14 -07:00
SDL_dropevents.c Make sure we always copy the data returned using SDL_GetStringRule 2024-07-19 12:22:03 -07:00
SDL_dropevents_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_events.c Removed SDL_FreeTemporaryMemory() 2024-07-22 07:34:25 -07:00
SDL_events_c.h Make sure we always copy the data returned using SDL_GetStringRule 2024-07-19 12:22:03 -07:00
SDL_keyboard.c Fixed warning C4090: 'function': different 'const' qualifiers 2024-07-19 15:38:41 -07:00
SDL_keyboard_c.h The keycode in key events is the base, unmodified, keycode for the current keyboard layout 2024-07-01 13:56:49 -07:00
SDL_keymap.c Ensure that all functions that follow the SDL_GetStringRule return temporary memory 2024-07-19 12:22:03 -07:00
SDL_keymap_c.h Added the ability to query the keymap for keycodes based on modifier state 2024-06-21 22:06:08 -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 SDL_GetMice() follows the SDL_GetStringRule 2024-07-19 12:22:03 -07:00
SDL_mouse_c.h Renamed driverdata to internal 2024-07-16 17:17:13 -07:00
SDL_pen.c Fix mouse button not changing in pen mouse emulation 2024-06-28 11:27:35 -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 SDL_GetTouchFingers() follows the SDL_GetStringRule 2024-07-19 13:06:54 -07:00
SDL_touch_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_windowevents.c Fixed multi-window test programs not quitting when windows are closed 2024-06-25 10:17:52 -07:00
SDL_windowevents_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08: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
imKStoUCS.h Remove stray  2023-09-20 08:32:53 -07:00
scancodes_darwin.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
scancodes_linux.h Updated SDL3 scancode list 2024-06-21 22:06:08 -07:00
scancodes_windows.h Updated SDL3 scancode list 2024-06-21 22:06:08 -07:00
scancodes_xfree86.h Updated SDL3 scancode list 2024-06-21 22:06:08 -07:00