SDL/include/SDL3
Ryan C. Gordon daa38dc793 touch: Replace GetNumTouchDevices/GetTouchDevice with a single function.
Now it returns an array and optional count, to match other SDL3 APIs.

SDL_GetTouchName() was replaced with a function that takes an instance ID
instead of an index, too.
2023-11-29 20:50:44 -05:00
..
SDL.h Removed the window shape API for SDL 3.0 2023-11-22 14:11:10 -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 Sync wiki -> headers. 2023-02-24 11:49:41 -05:00
SDL_events.h move SDL_EVENT_WINDOW_PEN_ENTER and SDL_EVENT_WINDOW_PEN_LEAVE down 2023-11-12 12:22:43 -08:00
SDL_filesystem.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_gamepad.h gamepad: Replace GetNumMappings/GetMappingByIndex with a single function. 2023-11-29 20:50:44 -05: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 render: Batching is always enabled now! 2023-11-23 20:37:52 -05: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 document the purpose of SDL_SetTextInputRect 2023-11-28 12:06:16 -08: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 docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_main_impl.h main: Added _optional_ callback entry points. 2023-11-01 18:40:41 -04: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 gamepad: Replace GetNumMappings/GetMappingByIndex with a single function. 2023-11-29 20:50:44 -05: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 render: Replaced SDL_RenderFlush with SDL_FlushRenderer. 2023-11-29 14:24:26 -05: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 alloca: use alloca from <stdlib.h> on NetBSD 2023-11-22 06:33:50 +03:00
SDL_surface.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05: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 touch: Replace GetNumTouchDevices/GetTouchDevice with a single function. 2023-11-29 20:50:44 -05:00
SDL_version.h docs: Remove Doxygen `\brief` tags. 2023-11-06 10:26:06 -05:00
SDL_video.h Note that the SDL window properties are read-only 2023-11-14 06:06:51 -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