Sam Lantinga af45ae7296 Update the SDL HIDAPI API to match upstream hidapi 0.14.0 1 year ago
..
SDL.h fde78d12f2 Updated copyright for 2023 2 years ago
SDL_assert.h b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 2 years ago
SDL_atomic.h d0c4849d0b Rename SDL_atomic_t to SDL_AtomicInt 2 years ago
SDL_audio.h 9786d8ac40 Sync SDL3 wiki -> header 1 year ago
SDL_begin_code.h b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 2 years ago
SDL_bits.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_blendmode.h 99668c286b Simplify SDL_BLENDMODE_MUL 2 years ago
SDL_clipboard.h 92a59333ba Sync SDL3 wiki -> header 1 year ago
SDL_close_code.h fde78d12f2 Updated copyright for 2023 2 years ago
SDL_copying.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_cpuinfo.h 8789729b4a cpuinfo: update \sa's of SDL_HasXXX functions 2 years ago
SDL_egl.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_endian.h 095d4b1ffc byteswap: Don't use intrinsic byteswap functions with Intel C compiler 2 years ago
SDL_error.h 0598ecc150 Sync wiki -> headers. 2 years ago
SDL_events.h c699f3d1d8 Updated SDL high DPI support 1 year ago
SDL_filesystem.h 7f2ef4d02f Implement SDL_GetPath stub for all OSes 1 year ago
SDL_gamepad.h 9f8425a7a9 include: Fixed wiki formatting that got mangled into the headers. 2 years ago
SDL_guid.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_haptic.h fde78d12f2 Updated copyright for 2023 2 years ago
SDL_hidapi.h af45ae7296 Update the SDL HIDAPI API to match upstream hidapi 0.14.0 1 year ago
SDL_hints.h a6a222095e Added the hint SDL_HINT_ENABLE_SCREEN_KEYBOARD to control whether the on-screen keyboard should be shown when text input is active 1 year ago
SDL_init.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_intrin.h b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 2 years ago
SDL_joystick.h 87ad71f9b2 Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention 2 years ago
SDL_keyboard.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_keycode.h 4dd9f61bfd Don't map the top keyboard row to numbers when using the one-handed DVORAK layouts (thanks @tormol!) 1 year ago
SDL_loadso.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_locale.h 0598ecc150 Sync wiki -> headers. 2 years ago
SDL_log.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_main.h b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 2 years ago
SDL_main_impl.h b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 2 years ago
SDL_messagebox.h fde78d12f2 Updated copyright for 2023 2 years ago
SDL_metal.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_misc.h 49e47b523a Update `\returns` to the generic form 2 years ago
SDL_mouse.h fb0c3197e0 Fixed the documentation for SDL_SetRelativeMouseMode() 2 years ago
SDL_mutex.h fd42a2f994 Changed all variadic macros into fixed (thanks @Wohlstand!) 1 year ago
SDL_oldnames.h e61b5ceefe The SDL_WINDOW_ALLOW_HIGHDPI flag has been renamed SDL_WINDOW_HIGH_PIXEL_DENSITY 1 year ago
SDL_opengl.h b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 2 years ago
SDL_opengl_glext.h 02fbf2cf99 replaced line comments in public header. 2 years ago
SDL_opengles.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_opengles2.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_opengles2_gl2.h 0a48abc860 Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>` 2 years ago
SDL_opengles2_gl2ext.h 0a48abc860 Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>` 2 years ago
SDL_opengles2_gl2platform.h 0a48abc860 Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>` 2 years ago
SDL_opengles2_khrplatform.h 0a48abc860 Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>` 2 years ago
SDL_pixels.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_platform.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_platform_defines.h b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 2 years ago
SDL_power.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_quit.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_rect.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_render.h 5836e057de Sync SDL3 wiki -> header 1 year ago
SDL_revision.h 2eb4ab5bb0 SDL_revision.h: added missing newline at end of file. 2 years ago
SDL_rwops.h b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 2 years ago
SDL_scancode.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_sensor.h 1a20ccb289 Clarified the expected sensor value when a game controller is at rest 2 years ago
SDL_shape.h 698dbd8464 SDL_CreateWindow() has been simplified and no longer takes a window position. 2 years ago
SDL_stdinc.h c9d8a04945 Added SDL_swprintf() and SDL_vswprintf() 1 year ago
SDL_surface.h c5cdaef6c3 Fixed function documentation references 2 years ago
SDL_system.h b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 2 years ago
SDL_syswm.h b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 2 years ago
SDL_test.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_test_assert.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_test_common.h c699f3d1d8 Updated SDL high DPI support 1 year ago
SDL_test_compare.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_test_crc32.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_test_font.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_test_fuzzer.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_test_harness.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_test_log.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_test_md5.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_test_memory.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_test_random.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_thread.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_timer.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_touch.h 0598ecc150 Sync wiki -> headers. 2 years ago
SDL_version.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_video.h a66cad79c1 SDL_GetClosestFullscreenDisplayMode() now takes a boolean whether to include high density modes 1 year ago
SDL_vulkan.h 549cedfa88 include: add \brief to includes 2 years ago