.. |
SDL.h
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
SDL_assert.h
|
bb59f46cbe
Removed guard around the enabled assertions support code
|
2 years ago |
SDL_atomic.h
|
d0c4849d0b
Rename SDL_atomic_t to SDL_AtomicInt
|
2 years ago |
SDL_audio.h
|
e1b8a03239
testsurround: fix channel names
|
2 years ago |
SDL_begin_code.h
|
e7ea47a1b4
add version check to SDL_MALLOC macro (for correctness)
|
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
|
549cedfa88
include: add \brief to includes
|
2 years 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
|
8994878767
Added SDL_GetSystemTheme() to return whether the system is using a dark or light color theme, and SDL_EVENT_SYSTEM_THEME_CHANGED is sent when this changes
|
2 years ago |
SDL_filesystem.h
|
fde78d12f2
Updated copyright for 2023
|
2 years 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
|
549cedfa88
include: add \brief to includes
|
2 years ago |
SDL_hints.h
|
2cafa52598
- Added SDL_WINDOW_TRANSPARENT to request a window with transparent framebuffer
|
2 years ago |
SDL_init.h
|
549cedfa88
include: add \brief to includes
|
2 years ago |
SDL_intrin.h
|
46f5c1fe6a
Move and rename SDL_rdtsc macro to testautomation
|
2 years ago |
SDL_joystick.h
|
0598ecc150
Sync wiki -> headers.
|
2 years ago |
SDL_keyboard.h
|
549cedfa88
include: add \brief to includes
|
2 years ago |
SDL_keycode.h
|
549cedfa88
include: add \brief to includes
|
2 years 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
|
0598ecc150
Sync wiki -> headers.
|
2 years ago |
SDL_main_impl.h
|
fde78d12f2
Updated copyright for 2023
|
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
|
549cedfa88
include: add \brief to includes
|
2 years ago |
SDL_oldnames.h
|
d0c4849d0b
Rename SDL_atomic_t to SDL_AtomicInt
|
2 years ago |
SDL_opengl.h
|
549cedfa88
include: add \brief to includes
|
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
|
549cedfa88
include: add \brief to includes
|
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
|
bd2e2ee7aa
SDL_RenderTexture() and SDL_RenderTextureRotated() take floating point source coordinates
|
2 years ago |
SDL_revision.h
|
2eb4ab5bb0
SDL_revision.h: added missing newline at end of file.
|
2 years ago |
SDL_rwops.h
|
197340ea1c
Sync wiki -> headers.
|
2 years ago |
SDL_scancode.h
|
549cedfa88
include: add \brief to includes
|
2 years ago |
SDL_sensor.h
|
549cedfa88
include: add \brief to includes
|
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
|
ea093378a2
Fix clang-tidy error on LLVM 16.
|
2 years ago |
SDL_surface.h
|
0598ecc150
Sync wiki -> headers.
|
2 years ago |
SDL_system.h
|
0598ecc150
Sync wiki -> headers.
|
2 years ago |
SDL_syswm.h
|
c611c6ee6b
Do not enable SYSWM_X11 for QNX
|
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
|
08c85ebae0
SDL_test: introduce SDLTest_CommonDestroyState to only destroy SDLTest_CommonState
|
2 years 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
|
422517c036
Allow passing 0 to SDL_SetWindowMinimumSize() and SDL_SetWindowMaximumSize() to indicate no limit
|
2 years ago |
SDL_vulkan.h
|
549cedfa88
include: add \brief to includes
|
2 years ago |