SDL/include/SDL3
Sam Lantinga 2faae8457d The C standard defines a boolean expression as a signed integer value.
Microsoft came to the same conclusion:
https://devblogs.microsoft.com/oldnewthing/20110328-00/?p=11113

Fixes https://github.com/libsdl-org/SDL/issues/8761
2023-12-30 11:44:40 -08:00
..
SDL.h Fixed fatal error: SDL_pen.h: No such file or directory 2023-12-29 20:04:40 -08:00
SDL_assert.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_atomic.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_audio.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_begin_code.h MSVC has __declspec(deprecated) 2023-08-09 02:54:18 +02:00
SDL_bits.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_blendmode.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_clipboard.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_close_code.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_copying.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_cpuinfo.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_egl.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_endian.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_error.h Removed SDL_GetErrorMsg(), trivially implemented in application code 2023-12-01 09:08:23 -08:00
SDL_events.h Added Steam Input API support for game controllers 2023-12-20 10:40:28 -08:00
SDL_filesystem.h Sync SDL3 wiki -> header 2023-12-27 20:21:11 +00:00
SDL_gamepad.h Sync SDL3 wiki -> header 2023-12-20 18:41:23 +00:00
SDL_guid.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_haptic.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_hidapi.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_hints.h Add steam deck detection and HIDAPI driver scaffold. 2023-12-12 12:51:37 -08:00
SDL_init.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_intrin.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_joystick.h SDL now represents gamepad buttons as positional elements with a separate label 2023-11-10 12:21:43 -08:00
SDL_keyboard.h Sync SDL3 wiki -> header 2023-11-30 15:22:19 +00:00
SDL_keycode.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_loadso.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_locale.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_log.h use format string attributes for functions accepting va_list params, too 2023-11-17 15:56:10 +03:00
SDL_main.h Include SDL_events.h in SDL_main.h 2023-12-26 10:11:48 -08:00
SDL_main_impl.h Removed extern "C" linkage from main() declaration 2023-12-26 10:19:22 -08:00
SDL_messagebox.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_metal.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_misc.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_mouse.h Add cursors for X11/Wayland window resizing 2023-11-21 08:34:13 -08:00
SDL_mutex.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_oldnames.h Added migration notes for migrating Steam Input support from SDL2 to SDL3 2023-12-20 14:15:09 -08:00
SDL_opengl.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_opengl_glext.h replaced line comments in public header. 2023-02-04 10:02:10 +03:00
SDL_opengles.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_opengles2.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05: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 Sync wiki -> headers. 2023-11-13 15:46:29 -05:00
SDL_pixels.h Fixed compatibility with sdl2-compat (thanks @sezero!) 2023-11-20 08:46:12 -08:00
SDL_platform.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_platform_defines.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_power.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_properties.h Sync wiki -> headers. 2023-11-13 13:03:42 -05:00
SDL_quit.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_rect.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_render.h Added SDL_SetSurfaceScaleMode() and SDL_GetSurfaceScaleMode() to control scale mode using SDL_BlitSurfaceScaled() 2023-12-17 15:39:53 -08:00
SDL_revision.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_rwops.h use format string attributes for functions accepting va_list params, too 2023-11-17 15:56:10 +03:00
SDL_scancode.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_sensor.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_stdinc.h The C standard defines a boolean expression as a signed integer value. 2023-12-30 11:44:40 -08:00
SDL_surface.h Store the surface properties in the reserved pointer of a surface 2023-12-29 08:17:06 -08:00
SDL_system.h Sync wiki -> headers. 2023-11-09 20:11:23 -05:00
SDL_test.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_test_assert.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_test_common.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_test_compare.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_test_crc32.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_test_font.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_test_fuzzer.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_test_harness.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_test_log.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_test_md5.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_test_memory.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_test_random.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_thread.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_timer.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_touch.h Sync SDL3 wiki -> header 2023-11-30 15:22:19 +00:00
SDL_version.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_video.h Fixed warning C4245: 'initializing': conversion from 'int' to 'Uint32', signed/unsigned mismatch in SDL_video.c 2023-12-29 10:37:28 -08:00
SDL_video_capture.h Sync wiki -> headers. 2023-11-09 20:11:23 -05:00
SDL_vulkan.h Sync SDL3 wiki -> header 2023-11-06 18:32:15 +00:00