SDL/src/events
Sam Lantinga ace385a134 Revert "Fixed warning C33010: Unchecked lower bound for enum scancode used as index."
This reverts commit c484140f56.

Fixes clang warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
2023-12-06 09:17:47 -08: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 Remove stray  2023-09-20 08:32:53 -07:00
scancodes_ascii.h
scancodes_darwin.h
scancodes_linux.h
scancodes_windows.h fixed SDL_SCANCODE_LEFT array position in scancodes_windows.h 2023-12-01 08:24:13 -08:00
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 Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_displayevents_c.h
SDL_dropevents.c Fix memory leak in SDL_SendDrop() 2023-11-10 06:32:43 -08:00
SDL_dropevents_c.h Add the source application for drag and drop events (thanks Nathan!) 2023-11-04 13:00:41 -07:00
SDL_events.c Fixed warning C6011: Dereferencing NULL pointer 'SDL_disabled_events[hi]'. 2023-12-05 09:31:13 -08:00
SDL_events_c.h SDL_syswm.h has been removed and replaced with window properties 2023-11-08 12:01:48 -08:00
SDL_keyboard.c Revert "Fixed warning C33010: Unchecked lower bound for enum scancode used as index." 2023-12-06 09:17:47 -08: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 Arithmetic overflow: Using operator '-' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '-' to avoid overflow (io.2). 2023-12-05 09:31:13 -08:00
SDL_mouse_c.h API for pressure-sensitive pens + XInput2/Wayland 2023-11-12 09:52:02 -08:00
SDL_pen.c Fixed warning C4028: formal parameter 1 different from declaration 2023-12-05 10:55:29 -08:00
SDL_pen_c.h API for pressure-sensitive pens + XInput2/Wayland 2023-11-12 09:52:02 -08: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 error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
SDL_touch_c.h touch: Replace GetNumTouchDevices/GetTouchDevice with a single function. 2023-11-29 20:50:44 -05:00
SDL_windowevents.c Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_windowevents_c.h