SDL Wiki Bot 74612701bb Sync SDL3 wiki -> header 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 550c84b4df 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 ec90c2e26d Add 'return' comment to SDL_ClearClipboardData 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 c980ce2120 Removed SDL_EVENT_CLIPBOARD_CANCELLED in favor of the cleanup callback 1 year ago
SDL_filesystem.h 0f4679102c Fixed pedantic warning: comma at end of enumerator list 1 year ago
SDL_gamepad.h 74612701bb Sync SDL3 wiki -> header 1 year 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 0f4679102c Fixed pedantic warning: comma at end of enumerator list 1 year ago
SDL_hints.h 3a654b4b1c Added the hint SDL_HINT_JOYSTICK_WGI to control whether to use Windows.Gaming.Input for controllers 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 37e567994d Fix remaining typos (#7921) 1 year 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 f010411492 Rename SDL_strtokr() to SDL_strtok_r() 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 e264bb5178 Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity 1 year 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 0f4679102c Fixed pedantic warning: comma at end of enumerator list 1 year ago
SDL_revision.h 2eb4ab5bb0 SDL_revision.h: added missing newline at end of file. 2 years ago
SDL_rwops.h 550c84b4df Sync SDL3 wiki -> header 1 year ago
SDL_scancode.h 549cedfa88 include: add \brief to includes 2 years ago
SDL_sensor.h 9fe384b696 Fixed display orientation function names for SDL 3.0 convention 1 year ago
SDL_shape.h 698dbd8464 SDL_CreateWindow() has been simplified and no longer takes a window position. 2 years ago
SDL_stdinc.h f3d6320bac Added SDL_strndup() 1 year ago
SDL_surface.h 550c84b4df Sync SDL3 wiki -> header 1 year ago
SDL_system.h b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 2 years ago
SDL_syswm.h 97a927b44e gdk: Fix the project 1 year 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 aab3cbf207 SDL_thread.h: fix parameter name in comment 1 year 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 97380dcdab We don't need to reserve window flag bits for sdl2-compat 1 year ago
SDL_vulkan.h 549cedfa88 include: add \brief to includes 2 years ago