SDL/include/SDL3
Ozkan Sezer 7edf7fad66 fix bool define when SDL_DEFINE_STDBOOL is defined:
it should be unsigned.
2024-09-18 12:17:22 -07:00
..
SDL.h Add SDL_Process subsystem 2024-09-13 15:19:32 -07:00
SDL_assert.h Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_atomic.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_audio.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_begin_code.h Remove SDL_RESTRICT in favor of doc comments 2024-09-09 13:51:16 -07:00
SDL_bits.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_blendmode.h Align SDL_BLENDMODE_INVALID with the other constants 2024-07-15 15:00:09 -07:00
SDL_camera.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_clipboard.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_close_code.h wikiheaders: bridge wiki Category docs to the headers! 2024-05-16 11:48:23 -04:00
SDL_copying.h wikiheaders: bridge wiki Category docs to the headers! 2024-05-16 11:48:23 -04:00
SDL_cpuinfo.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_dialog.h Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_egl.h wikiheaders: bridge wiki Category docs to the headers! 2024-05-16 11:48:23 -04:00
SDL_endian.h SDL_endian.h: Fix byte order detection on Solaris (and some SPARC compilers). 2024-06-28 00:14:26 -04:00
SDL_error.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_events.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_filesystem.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_gamepad.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_gpu.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_guid.h Remove unused includes. This only removes includes that aren't used at all, not even in comments. 2024-09-08 17:11:23 -07:00
SDL_haptic.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_hidapi.h Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_hints.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_init.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_intrin.h intrinsics: avx, avx2 and avx512f are (currently) unsupported on arm64ec 2024-07-20 00:59:58 +02:00
SDL_iostream.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_joystick.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_keyboard.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_keycode.h Update SDL_keycode.h 2024-07-25 14:12:04 -07:00
SDL_loadso.h Sync SDL3 wiki -> header 2024-07-19 19:23:24 +00:00
SDL_locale.h Removed SDL_DECLSPEC_FREE 2024-07-28 07:24:21 -07:00
SDL_log.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_main.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_main_impl.h windows: Clean out things that should be using `defined(SDL_PLATFORM_WINDOWS)`. 2024-09-06 13:28:39 -04:00
SDL_messagebox.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_metal.h Standardize placement of '*' in function declarations 2024-07-19 12:22:03 -07:00
SDL_misc.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_mouse.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_mutex.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_oldnames.h Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_opengl.h wikiheaders: bridge wiki Category docs to the headers! 2024-05-16 11:48:23 -04:00
SDL_opengl_glext.h Renamed Gpu to GPU 2024-08-29 17:33:52 -07:00
SDL_opengles.h wikiheaders: bridge wiki Category docs to the headers! 2024-05-16 11:48:23 -04:00
SDL_opengles2.h wikiheaders: bridge wiki Category docs to the headers! 2024-05-16 11:48:23 -04:00
SDL_opengles2_gl2.h Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>` 2022-11-26 22:15:18 -08:00
SDL_opengles2_gl2ext.h Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>` 2022-11-26 22:15:18 -08:00
SDL_opengles2_gl2platform.h Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>` 2022-11-26 22:15:18 -08:00
SDL_opengles2_khrplatform.h Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>` 2022-11-26 22:15:18 -08:00
SDL_pen.h Changed enums to use XXX_COUNT for the count or number of values 2024-09-11 09:32:17 -07:00
SDL_pixels.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_platform.h Ensure that all functions that follow the SDL_GetStringRule return temporary memory 2024-07-19 12:22:03 -07:00
SDL_platform_defines.h SDL_platform_defines.h: Added documentation, and a little whitespace. 2024-09-06 15:09:29 -04:00
SDL_power.h Renamed DECLSPEC to SDL_DECLSPEC 2024-05-17 17:09:09 -07:00
SDL_process.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_properties.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_rect.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_render.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_revision.h wikiheaders: bridge wiki Category docs to the headers! 2024-05-16 11:48:23 -04:00
SDL_scancode.h Changed enums to use XXX_COUNT for the count or number of values 2024-09-11 09:32:17 -07:00
SDL_sensor.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_stdinc.h fix bool define when SDL_DEFINE_STDBOOL is defined: 2024-09-18 12:17:22 -07:00
SDL_storage.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_surface.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_system.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_test.h Replaced test framework random code with SDL random functions 2024-06-24 11:49:15 -07:00
SDL_test_assert.h SDL_test: use SDLCALL calling convention 2024-09-06 14:19:05 +02:00
SDL_test_common.h Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_test_compare.h SDL_test: use SDLCALL calling convention 2024-09-06 14:19:05 +02:00
SDL_test_crc32.h Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_test_font.h Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_test_fuzzer.h Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_test_harness.h SDL_test: add include for SDLTest_CommonState 2024-09-06 14:23:08 +02:00
SDL_test_log.h SDL_test: add SDLTest_LogEscapedString 2024-09-13 20:52:32 +02:00
SDL_test_md5.h SDL_test: whitespace header fixes 2024-09-06 14:19:05 +02:00
SDL_test_memory.h SDL_test: use SDLCALL calling convention 2024-09-06 14:19:05 +02:00
SDL_thread.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_time.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_timer.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_touch.h Remove unused includes. This only removes includes that aren't used at all, not even in comments. 2024-09-08 17:11:23 -07:00
SDL_version.h Remove unused includes. This only removes includes that aren't used at all, not even in comments. 2024-09-08 17:11:23 -07:00
SDL_video.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00
SDL_vulkan.h Sync SDL3 wiki -> header 2024-09-18 15:33:11 +00:00