bindbc.sdl.bind.sdlsystem

Undocumented in source.

Members

Aliases

SDL_WindowsMessageHook
alias SDL_WindowsMessageHook = void function(void*, void*, uint, ulong, long)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_AndroidBackButton
alias pSDL_AndroidBackButton = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_AndroidGetActivity
alias pSDL_AndroidGetActivity = void* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_AndroidGetExternalStoragePath
alias pSDL_AndroidGetExternalStoragePath = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_AndroidGetExternalStorageState
alias pSDL_AndroidGetExternalStorageState = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_AndroidGetInternalStoragePath
alias pSDL_AndroidGetInternalStoragePath = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_AndroidGetJNIEnv
alias pSDL_AndroidGetJNIEnv = void* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_AndroidRequestPermission
alias pSDL_AndroidRequestPermission = SDL_bool function(const(char)* permission)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_AndroidShowToast
alias pSDL_AndroidShowToast = int function(const(char)* message, int duration, int gravity, int xoffset, int yoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_DXGIGetOutputInfo
alias pSDL_DXGIGetOutputInfo = SDL_bool function(int displayIndex, int* adapterIndex, int* outputIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_Direct3D9GetAdapterIndex
alias pSDL_Direct3D9GetAdapterIndex = int function(int displayIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetAndroidSDKVersion
alias pSDL_GetAndroidSDKVersion = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_IsAndroidTV
alias pSDL_IsAndroidTV = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_IsChromebook
alias pSDL_IsChromebook = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_IsDeXMode
alias pSDL_IsDeXMode = SDL_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LinuxSetThreadPriority
alias pSDL_LinuxSetThreadPriority = int function(long threadID, int priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LinuxSetThreadPriorityAndPolicy
alias pSDL_LinuxSetThreadPriorityAndPolicy = int function(long threadID, int sdlPriority, int schedPolicy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_RenderGetD3D11Device
alias pSDL_RenderGetD3D11Device = void function(SDL_Renderer* renderer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_RenderGetD3D9Device
alias pSDL_RenderGetD3D9Device = IDirect3DDevice9* function(SDL_Renderer* renderer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetWindowsMessageHook
alias pSDL_SetWindowsMessageHook = void function(SDL_WindowsMessageHook callback, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

SDL_AndroidBackButton
void SDL_AndroidBackButton()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_AndroidGetActivity
void* SDL_AndroidGetActivity()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_AndroidGetExternalStoragePath
const(char)* SDL_AndroidGetExternalStoragePath()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_AndroidGetExternalStorageState
int SDL_AndroidGetExternalStorageState()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_AndroidGetInternalStoragePath
const(char)* SDL_AndroidGetInternalStoragePath()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_AndroidGetJNIEnv
void* SDL_AndroidGetJNIEnv()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_AndroidRequestPermission
SDL_bool SDL_AndroidRequestPermission(const(char)* permission)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_AndroidShowToast
int SDL_AndroidShowToast(const(char)* message, int duration, int gravity, int xoffset, int yoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_DXGIGetOutputInfo
SDL_bool SDL_DXGIGetOutputInfo(int displayIndex, int* adapterIndex, int* outputIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_Direct3D9GetAdapterIndex
int SDL_Direct3D9GetAdapterIndex(int displayIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetAndroidSDKVersion
int SDL_GetAndroidSDKVersion()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_IsAndroidTV
SDL_bool SDL_IsAndroidTV()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_IsChromebook
SDL_bool SDL_IsChromebook()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_IsDeXMode
SDL_bool SDL_IsDeXMode()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LinuxSetThreadPriority
int SDL_LinuxSetThreadPriority(long threadID, int priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LinuxSetThreadPriorityAndPolicy
int SDL_LinuxSetThreadPriorityAndPolicy(long threadID, int sdlPriority, int schedPolicy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_RenderGetD3D11Device
void SDL_RenderGetD3D11Device(SDL_Renderer* renderer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_RenderGetD3D9Device
IDirect3DDevice9* SDL_RenderGetD3D9Device(SDL_Renderer* renderer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetWindowsMessageHook
void SDL_SetWindowsMessageHook(SDL_WindowsMessageHook callback, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

SDL_AndroidBackButton
pSDL_AndroidBackButton SDL_AndroidBackButton;
Undocumented in source.
SDL_AndroidGetActivity
pSDL_AndroidGetActivity SDL_AndroidGetActivity;
Undocumented in source.
SDL_AndroidGetExternalStoragePath
pSDL_AndroidGetExternalStoragePath SDL_AndroidGetExternalStoragePath;
Undocumented in source.
SDL_AndroidGetExternalStorageState
pSDL_AndroidGetExternalStorageState SDL_AndroidGetExternalStorageState;
Undocumented in source.
SDL_AndroidGetInternalStoragePath
pSDL_AndroidGetInternalStoragePath SDL_AndroidGetInternalStoragePath;
Undocumented in source.
SDL_AndroidGetJNIEnv
pSDL_AndroidGetJNIEnv SDL_AndroidGetJNIEnv;
Undocumented in source.
SDL_AndroidRequestPermission
pSDL_AndroidRequestPermission SDL_AndroidRequestPermission;
Undocumented in source.
SDL_AndroidShowToast
pSDL_AndroidShowToast SDL_AndroidShowToast;
Undocumented in source.
SDL_DXGIGetOutputInfo
pSDL_DXGIGetOutputInfo SDL_DXGIGetOutputInfo;
Undocumented in source.
SDL_Direct3D9GetAdapterIndex
pSDL_Direct3D9GetAdapterIndex SDL_Direct3D9GetAdapterIndex;
Undocumented in source.
SDL_GetAndroidSDKVersion
pSDL_GetAndroidSDKVersion SDL_GetAndroidSDKVersion;
Undocumented in source.
SDL_IsAndroidTV
pSDL_IsAndroidTV SDL_IsAndroidTV;
Undocumented in source.
SDL_IsChromebook
pSDL_IsChromebook SDL_IsChromebook;
Undocumented in source.
SDL_IsDeXMode
pSDL_IsDeXMode SDL_IsDeXMode;
Undocumented in source.
SDL_LinuxSetThreadPriority
pSDL_LinuxSetThreadPriority SDL_LinuxSetThreadPriority;
Undocumented in source.
SDL_LinuxSetThreadPriorityAndPolicy
pSDL_LinuxSetThreadPriorityAndPolicy SDL_LinuxSetThreadPriorityAndPolicy;
Undocumented in source.
SDL_RenderGetD3D11Device
pSDL_RenderGetD3D11Device SDL_RenderGetD3D11Device;
Undocumented in source.
SDL_RenderGetD3D9Device
pSDL_RenderGetD3D9Device SDL_RenderGetD3D9Device;
Undocumented in source.
SDL_SetWindowsMessageHook
pSDL_SetWindowsMessageHook SDL_SetWindowsMessageHook;
Undocumented in source.

Structs

IDirect3DDevice9
struct IDirect3DDevice9
Undocumented in source.

Variables

SDL_ANDROID_EXTERNAL_STORAGE_READ
enum int SDL_ANDROID_EXTERNAL_STORAGE_READ;
Undocumented in source.
SDL_ANDROID_EXTERNAL_STORAGE_WRITE
enum int SDL_ANDROID_EXTERNAL_STORAGE_WRITE;
Undocumented in source.

Meta