SDL/src/events
Sam Lantinga a90ad3b0e2 Removed SDL_bool in favor of plain bool
We require stdbool.h in the build environment, so we might as well use the plain bool type.

If your environment doesn't have stdbool.h, this simple replacement will suffice:
typedef signed char bool;
2024-09-18 08:32:30 -07:00
..
SDL_categories.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_categories_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_clipboardevents.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_clipboardevents_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_displayevents.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_displayevents_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_dropevents.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_dropevents_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_events.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_events_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_keyboard.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_keyboard_c.h Use SDL_bool where appropriate in SDL events 2024-09-09 14:00:19 -07:00
SDL_keymap.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_keymap_c.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_keysym_to_scancode.c Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_keysym_to_scancode_c.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_mouse.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_mouse_c.h Use SDL_bool where appropriate in SDL events 2024-09-09 14:00:19 -07:00
SDL_pen.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_pen_c.h Remove unnecessary include from SDL_pen_c.h 2024-09-13 12:30:58 -07:00
SDL_quit.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_scancode_tables.c Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_scancode_tables_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_touch.c Use SDL_bool where appropriate in SDL events 2024-09-09 14:00:19 -07:00
SDL_touch_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_windowevents.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_windowevents_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
blank_cursor.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
default_cursor.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07: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_darwin.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
scancodes_linux.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
scancodes_windows.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
scancodes_xfree86.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00