SDL
2.0
|
#include "SDL_platform.h"
Go to the source code of this file.
Typedefs | |
typedef signed char | int8_t |
typedef unsigned char | uint8_t |
typedef signed short | int16_t |
typedef unsigned short | uint16_t |
typedef signed int | int32_t |
typedef unsigned int | uint32_t |
typedef signed long long | int64_t |
typedef unsigned long long | uint64_t |
typedef unsigned int | size_t |
typedef unsigned int | uintptr_t |
#define _SIZE_T_DEFINED_ |
Definition at line 80 of file SDL_config_windows.h.
#define HAVE_AUDIOCLIENT_H 1 |
Definition at line 105 of file SDL_config_windows.h.
#define HAVE_DDRAW_H 1 |
Definition at line 93 of file SDL_config_windows.h.
#define HAVE_DINPUT_H 1 |
Definition at line 94 of file SDL_config_windows.h.
#define HAVE_DSOUND_H 1 |
Definition at line 95 of file SDL_config_windows.h.
#define HAVE_DXGI_H 1 |
Definition at line 96 of file SDL_config_windows.h.
#define HAVE_MMDEVICEAPI_H 1 |
Definition at line 104 of file SDL_config_windows.h.
#define HAVE_SENSORSAPI_H 1 |
Definition at line 107 of file SDL_config_windows.h.
#define HAVE_STDARG_H 1 |
Definition at line 220 of file SDL_config_windows.h.
#define HAVE_STDDEF_H 1 |
Definition at line 221 of file SDL_config_windows.h.
#define HAVE_TPCSHRD_H 1 |
Definition at line 106 of file SDL_config_windows.h.
#define HAVE_XINPUT_H 1 |
Definition at line 97 of file SDL_config_windows.h.
#define SDL_ASSEMBLY_ROUTINES 1 |
Definition at line 300 of file SDL_config_windows.h.
#define SDL_AUDIO_DRIVER_DISK 1 |
Definition at line 228 of file SDL_config_windows.h.
#define SDL_AUDIO_DRIVER_DSOUND 1 |
Definition at line 226 of file SDL_config_windows.h.
#define SDL_AUDIO_DRIVER_DUMMY 1 |
Definition at line 229 of file SDL_config_windows.h.
#define SDL_AUDIO_DRIVER_WASAPI 1 |
Definition at line 225 of file SDL_config_windows.h.
#define SDL_AUDIO_DRIVER_WINMM 1 |
Definition at line 227 of file SDL_config_windows.h.
#define SDL_config_h_ |
Definition at line 24 of file SDL_config_windows.h.
#define SDL_FILESYSTEM_WINDOWS 1 |
Definition at line 296 of file SDL_config_windows.h.
#define SDL_HAPTIC_DINPUT 1 |
Definition at line 242 of file SDL_config_windows.h.
#define SDL_HAPTIC_XINPUT 1 |
Definition at line 243 of file SDL_config_windows.h.
#define SDL_JOYSTICK_DINPUT 1 |
Definition at line 232 of file SDL_config_windows.h.
#define SDL_JOYSTICK_HIDAPI 1 |
Definition at line 233 of file SDL_config_windows.h.
#define SDL_JOYSTICK_RAWINPUT 1 |
Definition at line 235 of file SDL_config_windows.h.
#define SDL_JOYSTICK_VIRTUAL 1 |
Definition at line 237 of file SDL_config_windows.h.
#define SDL_JOYSTICK_XINPUT 1 |
Definition at line 241 of file SDL_config_windows.h.
#define SDL_LOADSO_WINDOWS 1 |
Definition at line 249 of file SDL_config_windows.h.
#define SDL_POWER_WINDOWS 1 |
Definition at line 293 of file SDL_config_windows.h.
#define SDL_SENSOR_WINDOWS 1 |
Definition at line 246 of file SDL_config_windows.h.
#define SDL_THREAD_GENERIC_COND_SUFFIX 1 |
Definition at line 252 of file SDL_config_windows.h.
#define SDL_THREAD_WINDOWS 1 |
Definition at line 253 of file SDL_config_windows.h.
#define SDL_TIMER_WINDOWS 1 |
Definition at line 256 of file SDL_config_windows.h.
#define SDL_VIDEO_DRIVER_DUMMY 1 |
Definition at line 259 of file SDL_config_windows.h.
#define SDL_VIDEO_DRIVER_WINDOWS 1 |
Definition at line 260 of file SDL_config_windows.h.
#define SDL_VIDEO_OPENGL 1 |
Definition at line 271 of file SDL_config_windows.h.
#define SDL_VIDEO_OPENGL_EGL 1 |
Definition at line 286 of file SDL_config_windows.h.
#define SDL_VIDEO_OPENGL_ES2 1 |
Definition at line 283 of file SDL_config_windows.h.
#define SDL_VIDEO_OPENGL_WGL 1 |
Definition at line 274 of file SDL_config_windows.h.
#define SDL_VIDEO_RENDER_D3D 1 |
Definition at line 263 of file SDL_config_windows.h.
#define SDL_VIDEO_RENDER_OGL 1 |
Definition at line 277 of file SDL_config_windows.h.
#define SDL_VIDEO_RENDER_OGL_ES2 1 |
Definition at line 280 of file SDL_config_windows.h.
#define SDL_VIDEO_VULKAN 1 |
Definition at line 290 of file SDL_config_windows.h.
#define SIZEOF_VOIDP 4 |
Definition at line 90 of file SDL_config_windows.h.
typedef signed short int16_t |
Definition at line 73 of file SDL_config_windows.h.
typedef signed int int32_t |
Definition at line 75 of file SDL_config_windows.h.
typedef signed long long int64_t |
Definition at line 77 of file SDL_config_windows.h.
typedef signed char int8_t |
Definition at line 71 of file SDL_config_windows.h.
typedef unsigned int size_t |
Definition at line 81 of file SDL_config_windows.h.
typedef unsigned short uint16_t |
Definition at line 74 of file SDL_config_windows.h.
typedef unsigned int uint32_t |
Definition at line 76 of file SDL_config_windows.h.
typedef unsigned long long uint64_t |
Definition at line 78 of file SDL_config_windows.h.
typedef unsigned char uint8_t |
Definition at line 72 of file SDL_config_windows.h.
typedef unsigned int uintptr_t |
Definition at line 83 of file SDL_config_windows.h.