bindbc.sdl.bind.sdlvideo

Undocumented in source.

Members

Aliases

SDL_GLContext
alias SDL_GLContext = void*
Undocumented in source.
SDL_GLcontextFlag
alias SDL_GLcontextFlag = int
Undocumented in source.
SDL_HitTest
alias SDL_HitTest = SDL_HitTestResult function(SDL_Window*, const(SDL_Point)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_WindowFlags
alias SDL_WindowFlags = uint
Undocumented in source.
pSDL_CreateWindow
alias pSDL_CreateWindow = SDL_Window* function(const(char)* title, int x, int y, int w, int h, SDL_WindowFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_CreateWindowFrom
alias pSDL_CreateWindowFrom = SDL_Window* function(const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_DestroyWindow
alias pSDL_DestroyWindow = void function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_DisableScreenSaver
alias pSDL_DisableScreenSaver = 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_EnableScreenSaver
alias pSDL_EnableScreenSaver = 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_GL_CreateContext
alias pSDL_GL_CreateContext = SDL_GLContext function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GL_DeleteContext
alias pSDL_GL_DeleteContext = void function(SDL_GLContext context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GL_ExtensionSupported
alias pSDL_GL_ExtensionSupported = SDL_bool function(const(char)* extension)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GL_GetAttribute
alias pSDL_GL_GetAttribute = int function(SDL_GLattr attr, int* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GL_GetCurrentContext
alias pSDL_GL_GetCurrentContext = SDL_GLContext function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GL_GetCurrentWindow
alias pSDL_GL_GetCurrentWindow = SDL_Window* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GL_GetDrawableSize
alias pSDL_GL_GetDrawableSize = void function(SDL_Window* window, int* w, int* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GL_GetProcAddress
alias pSDL_GL_GetProcAddress = void* function(const(char)* proc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GL_GetSwapInterval
alias pSDL_GL_GetSwapInterval = 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_GL_LoadLibrary
alias pSDL_GL_LoadLibrary = int function(const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GL_MakeCurrent
alias pSDL_GL_MakeCurrent = int function(SDL_Window* window, SDL_GLContext context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GL_ResetAttributes
alias pSDL_GL_ResetAttributes = 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_GL_SetAttribute
alias pSDL_GL_SetAttribute = int function(SDL_GLattr attr, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GL_SetSwapInterval
alias pSDL_GL_SetSwapInterval = int function(int interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GL_SwapWindow
alias pSDL_GL_SwapWindow = void function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GL_UnloadLibrary
alias pSDL_GL_UnloadLibrary = 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_GetClosestDisplayMode
alias pSDL_GetClosestDisplayMode = SDL_DisplayMode* function(int displayIndex, const(SDL_DisplayMode)* mode, SDL_DisplayMode* closest)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetCurrentDisplayMode
alias pSDL_GetCurrentDisplayMode = int function(int displayIndex, SDL_DisplayMode* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetCurrentVideoDriver
alias pSDL_GetCurrentVideoDriver = 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_GetDesktopDisplayMode
alias pSDL_GetDesktopDisplayMode = int function(int displayIndex, SDL_DisplayMode* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetDisplayBounds
alias pSDL_GetDisplayBounds = int function(int displayIndex, SDL_Rect* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetDisplayDPI
alias pSDL_GetDisplayDPI = int function(int displayIndex, float* ddpi, float* hdpi, float* vdpi)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetDisplayMode
alias pSDL_GetDisplayMode = int function(int displayIndex, int modeIndex, SDL_DisplayMode* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetDisplayName
alias pSDL_GetDisplayName = const(char)* 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_GetDisplayOrientation
alias pSDL_GetDisplayOrientation = SDL_DisplayOrientation 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_GetDisplayUsableBounds
alias pSDL_GetDisplayUsableBounds = int function(int displayIndex, SDL_Rect* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetGrabbedWindow
alias pSDL_GetGrabbedWindow = SDL_Window* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetNumDisplayModes
alias pSDL_GetNumDisplayModes = 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_GetNumVideoDisplays
alias pSDL_GetNumVideoDisplays = 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_GetNumVideoDrivers
alias pSDL_GetNumVideoDrivers = 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_GetVideoDriver
alias pSDL_GetVideoDriver = const(char)* function(int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetWindowBordersSize
alias pSDL_GetWindowBordersSize = int function(SDL_Window* window, int* top, int* left, int* bottom, int* right)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetWindowBrightness
alias pSDL_GetWindowBrightness = float function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetWindowData
alias pSDL_GetWindowData = void* function(SDL_Window* window, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetWindowDisplayIndex
alias pSDL_GetWindowDisplayIndex = int function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetWindowDisplayMode
alias pSDL_GetWindowDisplayMode = int function(SDL_Window* window, SDL_DisplayMode* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetWindowFlags
alias pSDL_GetWindowFlags = SDL_WindowFlags function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetWindowFromID
alias pSDL_GetWindowFromID = SDL_Window* function(uint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetWindowGammaRamp
alias pSDL_GetWindowGammaRamp = int function(SDL_Window* window, ushort* red, ushort* green, ushort* blue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetWindowGrab
alias pSDL_GetWindowGrab = SDL_bool function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetWindowID
alias pSDL_GetWindowID = uint function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetWindowMaximumSize
alias pSDL_GetWindowMaximumSize = void function(SDL_Window* window, int* w, int* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetWindowMinimumSize
alias pSDL_GetWindowMinimumSize = void function(SDL_Window* window, int* w, int* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetWindowOpacity
alias pSDL_GetWindowOpacity = int function(SDL_Window* window, float* opacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetWindowPixelFormat
alias pSDL_GetWindowPixelFormat = uint function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetWindowPosition
alias pSDL_GetWindowPosition = void function(SDL_Window* window, int* x, int* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetWindowSize
alias pSDL_GetWindowSize = void function(SDL_Window* window, int* w, int* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetWindowSurface
alias pSDL_GetWindowSurface = SDL_Surface* function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetWindowTitle
alias pSDL_GetWindowTitle = const(char)* function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_HideWindow
alias pSDL_HideWindow = void function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_IsScreenSaverEnabled
alias pSDL_IsScreenSaverEnabled = 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_MaximizeWindow
alias pSDL_MaximizeWindow = void function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_MinimizeWindow
alias pSDL_MinimizeWindow = void function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_RaiseWindow
alias pSDL_RaiseWindow = void function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_RestoreWindow
alias pSDL_RestoreWindow = void function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetWindowBordered
alias pSDL_SetWindowBordered = void function(SDL_Window* window, SDL_bool bordered)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetWindowBrightness
alias pSDL_SetWindowBrightness = int function(SDL_Window* window, float brightness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetWindowData
alias pSDL_SetWindowData = void* function(SDL_Window* window, const(char)* name, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetWindowDisplayMode
alias pSDL_SetWindowDisplayMode = int function(SDL_Window* window, const(SDL_DisplayMode)* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetWindowFullscreen
alias pSDL_SetWindowFullscreen = int function(SDL_Window* window, SDL_WindowFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetWindowGammaRamp
alias pSDL_SetWindowGammaRamp = int function(SDL_Window* window, const(ushort)* red, const(ushort)* green, const(ushort)* blue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetWindowGrab
alias pSDL_SetWindowGrab = void function(SDL_Window* window, SDL_bool grabbed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetWindowHitTest
alias pSDL_SetWindowHitTest = int function(SDL_Window* window, SDL_HitTest callback, void* callback_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetWindowIcon
alias pSDL_SetWindowIcon = void function(SDL_Window* window, SDL_Surface* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetWindowInputFocus
alias pSDL_SetWindowInputFocus = int function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetWindowMaximumSize
alias pSDL_SetWindowMaximumSize = void function(SDL_Window* window, int max_w, int max_h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetWindowMinimumSize
alias pSDL_SetWindowMinimumSize = void function(SDL_Window* window, int min_w, int min_h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetWindowModalFor
alias pSDL_SetWindowModalFor = int function(SDL_Window* modal_window, SDL_Window* parent_window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetWindowOpacity
alias pSDL_SetWindowOpacity = int function(SDL_Window* window, float opacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetWindowPosition
alias pSDL_SetWindowPosition = void function(SDL_Window* window, int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetWindowResizable
alias pSDL_SetWindowResizable = void function(SDL_Window* window, SDL_bool resizable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetWindowSize
alias pSDL_SetWindowSize = void function(SDL_Window* window, int w, int h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetWindowTitle
alias pSDL_SetWindowTitle = void function(SDL_Window* window, const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_ShowWindow
alias pSDL_ShowWindow = void function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_UpdateWindowSurface
alias pSDL_UpdateWindowSurface = int function(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_UpdateWindowSurfaceRects
alias pSDL_UpdateWindowSurfaceRects = int function(SDL_Window* window, SDL_Rect* rects, int numrects)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_VideoInit
alias pSDL_VideoInit = int function(const(char)* driver_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_VideoQuit
alias pSDL_VideoQuit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

SDL_DisplayEventID
enum SDL_DisplayEventID
Undocumented in source.
SDL_DisplayEventID
enum SDL_DisplayEventID
Undocumented in source.
SDL_DisplayOrientation
enum SDL_DisplayOrientation
Undocumented in source.
SDL_GLContextResetNotification
enum SDL_GLContextResetNotification
Undocumented in source.
SDL_GL_CONTEXT_DEBUG_FLAG
anonymousenum SDL_GL_CONTEXT_DEBUG_FLAG
Undocumented in source.
SDL_GLattr
enum SDL_GLattr
Undocumented in source.
SDL_GLattr
enum SDL_GLattr
Undocumented in source.
SDL_GLattr
enum SDL_GLattr
Undocumented in source.
SDL_GLattr
enum SDL_GLattr
Undocumented in source.
SDL_GLcontextReleaseFlag
enum SDL_GLcontextReleaseFlag
Undocumented in source.
SDL_GLprofile
enum SDL_GLprofile
Undocumented in source.
SDL_HitTestResult
enum SDL_HitTestResult
Undocumented in source.
SDL_WindowEventID
enum SDL_WindowEventID
Undocumented in source.
SDL_WindowEventID
enum SDL_WindowEventID
Undocumented in source.

Functions

SDL_CreateWindow
SDL_Window* SDL_CreateWindow(const(char)* title, int x, int y, int w, int h, SDL_WindowFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_CreateWindowFrom
SDL_Window* SDL_CreateWindowFrom(const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_DestroyWindow
void SDL_DestroyWindow(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_DisableScreenSaver
void SDL_DisableScreenSaver()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_EnableScreenSaver
void SDL_EnableScreenSaver()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GL_CreateContext
SDL_GLContext SDL_GL_CreateContext(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GL_DeleteContext
void SDL_GL_DeleteContext(SDL_GLContext context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GL_ExtensionSupported
SDL_bool SDL_GL_ExtensionSupported(const(char)* extension)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GL_GetAttribute
int SDL_GL_GetAttribute(SDL_GLattr attr, int* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GL_GetCurrentContext
SDL_GLContext SDL_GL_GetCurrentContext()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GL_GetCurrentWindow
SDL_Window* SDL_GL_GetCurrentWindow()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GL_GetDrawableSize
void SDL_GL_GetDrawableSize(SDL_Window* window, int* w, int* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GL_GetProcAddress
void* SDL_GL_GetProcAddress(const(char)* proc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GL_GetSwapInterval
int SDL_GL_GetSwapInterval()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GL_LoadLibrary
int SDL_GL_LoadLibrary(const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GL_MakeCurrent
int SDL_GL_MakeCurrent(SDL_Window* window, SDL_GLContext context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GL_ResetAttributes
void SDL_GL_ResetAttributes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GL_SetAttribute
int SDL_GL_SetAttribute(SDL_GLattr attr, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GL_SetSwapInterval
int SDL_GL_SetSwapInterval(int interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GL_SwapWindow
void SDL_GL_SwapWindow(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GL_UnloadLibrary
void SDL_GL_UnloadLibrary()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetClosestDisplayMode
SDL_DisplayMode* SDL_GetClosestDisplayMode(int displayIndex, const(SDL_DisplayMode)* mode, SDL_DisplayMode* closest)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetCurrentDisplayMode
int SDL_GetCurrentDisplayMode(int displayIndex, SDL_DisplayMode* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetCurrentVideoDriver
const(char)* SDL_GetCurrentVideoDriver()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetDesktopDisplayMode
int SDL_GetDesktopDisplayMode(int displayIndex, SDL_DisplayMode* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetDisplayBounds
int SDL_GetDisplayBounds(int displayIndex, SDL_Rect* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetDisplayDPI
int SDL_GetDisplayDPI(int displayIndex, float* ddpi, float* hdpi, float* vdpi)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetDisplayMode
int SDL_GetDisplayMode(int displayIndex, int modeIndex, SDL_DisplayMode* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetDisplayName
const(char)* SDL_GetDisplayName(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_GetDisplayOrientation
SDL_DisplayOrientation SDL_GetDisplayOrientation(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_GetDisplayUsableBounds
int SDL_GetDisplayUsableBounds(int displayIndex, SDL_Rect* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetGrabbedWindow
SDL_Window* SDL_GetGrabbedWindow()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetNumDisplayModes
int SDL_GetNumDisplayModes(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_GetNumVideoDisplays
int SDL_GetNumVideoDisplays()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetNumVideoDrivers
int SDL_GetNumVideoDrivers()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetVideoDriver
const(char)* SDL_GetVideoDriver(int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetWindowBordersSize
int SDL_GetWindowBordersSize(SDL_Window* window, int* top, int* left, int* bottom, int* right)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetWindowBrightness
float SDL_GetWindowBrightness(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetWindowData
void* SDL_GetWindowData(SDL_Window* window, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetWindowDisplayIndex
int SDL_GetWindowDisplayIndex(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetWindowDisplayMode
int SDL_GetWindowDisplayMode(SDL_Window* window, SDL_DisplayMode* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetWindowFlags
SDL_WindowFlags SDL_GetWindowFlags(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetWindowFromID
SDL_Window* SDL_GetWindowFromID(uint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetWindowGammaRamp
int SDL_GetWindowGammaRamp(SDL_Window* window, ushort* red, ushort* green, ushort* blue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetWindowGrab
SDL_bool SDL_GetWindowGrab(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetWindowID
uint SDL_GetWindowID(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetWindowMaximumSize
void SDL_GetWindowMaximumSize(SDL_Window* window, int* w, int* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetWindowMinimumSize
void SDL_GetWindowMinimumSize(SDL_Window* window, int* w, int* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetWindowOpacity
int SDL_GetWindowOpacity(SDL_Window* window, float* opacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetWindowPixelFormat
uint SDL_GetWindowPixelFormat(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetWindowPosition
void SDL_GetWindowPosition(SDL_Window* window, int* x, int* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetWindowSize
void SDL_GetWindowSize(SDL_Window* window, int* w, int* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetWindowSurface
SDL_Surface* SDL_GetWindowSurface(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetWindowTitle
const(char)* SDL_GetWindowTitle(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_HideWindow
void SDL_HideWindow(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_IsScreenSaverEnabled
SDL_bool SDL_IsScreenSaverEnabled()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_MaximizeWindow
void SDL_MaximizeWindow(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_MinimizeWindow
void SDL_MinimizeWindow(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_RaiseWindow
void SDL_RaiseWindow(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_RestoreWindow
void SDL_RestoreWindow(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetWindowBordered
void SDL_SetWindowBordered(SDL_Window* window, SDL_bool bordered)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetWindowBrightness
int SDL_SetWindowBrightness(SDL_Window* window, float brightness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetWindowData
void* SDL_SetWindowData(SDL_Window* window, const(char)* name, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetWindowDisplayMode
int SDL_SetWindowDisplayMode(SDL_Window* window, const(SDL_DisplayMode)* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetWindowFullscreen
int SDL_SetWindowFullscreen(SDL_Window* window, SDL_WindowFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetWindowGammaRamp
int SDL_SetWindowGammaRamp(SDL_Window* window, const(ushort)* red, const(ushort)* green, const(ushort)* blue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetWindowGrab
void SDL_SetWindowGrab(SDL_Window* window, SDL_bool grabbed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetWindowHitTest
int SDL_SetWindowHitTest(SDL_Window* window, SDL_HitTest callback, void* callback_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetWindowIcon
void SDL_SetWindowIcon(SDL_Window* window, SDL_Surface* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetWindowInputFocus
int SDL_SetWindowInputFocus(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetWindowMaximumSize
void SDL_SetWindowMaximumSize(SDL_Window* window, int max_w, int max_h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetWindowMinimumSize
void SDL_SetWindowMinimumSize(SDL_Window* window, int min_w, int min_h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetWindowModalFor
int SDL_SetWindowModalFor(SDL_Window* modal_window, SDL_Window* parent_window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetWindowOpacity
int SDL_SetWindowOpacity(SDL_Window* window, float opacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetWindowPosition
void SDL_SetWindowPosition(SDL_Window* window, int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetWindowResizable
void SDL_SetWindowResizable(SDL_Window* window, SDL_bool resizable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetWindowSize
void SDL_SetWindowSize(SDL_Window* window, int w, int h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetWindowTitle
void SDL_SetWindowTitle(SDL_Window* window, const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_ShowWindow
void SDL_ShowWindow(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_UpdateWindowSurface
int SDL_UpdateWindowSurface(SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_UpdateWindowSurfaceRects
int SDL_UpdateWindowSurfaceRects(SDL_Window* window, SDL_Rect* rects, int numrects)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_VideoInit
int SDL_VideoInit(const(char)* driver_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_VideoQuit
void SDL_VideoQuit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_WINDOWPOS_CENTERED_DISPLAY
uint SDL_WINDOWPOS_CENTERED_DISPLAY(uint x)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_WINDOWPOS_ISCENTERED
uint SDL_WINDOWPOS_ISCENTERED(uint x)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_WINDOWPOS_ISUNDEFINED
uint SDL_WINDOWPOS_ISUNDEFINED(uint x)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_WINDOWPOS_UNDEFINED_DISPLAY
uint SDL_WINDOWPOS_UNDEFINED_DISPLAY(uint x)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

SDL_CreateWindow
pSDL_CreateWindow SDL_CreateWindow;
Undocumented in source.
SDL_CreateWindowFrom
pSDL_CreateWindowFrom SDL_CreateWindowFrom;
Undocumented in source.
SDL_DestroyWindow
pSDL_DestroyWindow SDL_DestroyWindow;
Undocumented in source.
SDL_DisableScreenSaver
pSDL_DisableScreenSaver SDL_DisableScreenSaver;
Undocumented in source.
SDL_EnableScreenSaver
pSDL_EnableScreenSaver SDL_EnableScreenSaver;
Undocumented in source.
SDL_GL_CreateContext
pSDL_GL_CreateContext SDL_GL_CreateContext;
Undocumented in source.
SDL_GL_DeleteContext
pSDL_GL_DeleteContext SDL_GL_DeleteContext;
Undocumented in source.
SDL_GL_ExtensionSupported
pSDL_GL_ExtensionSupported SDL_GL_ExtensionSupported;
Undocumented in source.
SDL_GL_GetAttribute
pSDL_GL_GetAttribute SDL_GL_GetAttribute;
Undocumented in source.
SDL_GL_GetCurrentContext
pSDL_GL_GetCurrentContext SDL_GL_GetCurrentContext;
Undocumented in source.
SDL_GL_GetCurrentWindow
pSDL_GL_GetCurrentWindow SDL_GL_GetCurrentWindow;
Undocumented in source.
SDL_GL_GetDrawableSize
pSDL_GL_GetDrawableSize SDL_GL_GetDrawableSize;
Undocumented in source.
SDL_GL_GetProcAddress
pSDL_GL_GetProcAddress SDL_GL_GetProcAddress;
Undocumented in source.
SDL_GL_GetSwapInterval
pSDL_GL_GetSwapInterval SDL_GL_GetSwapInterval;
Undocumented in source.
SDL_GL_LoadLibrary
pSDL_GL_LoadLibrary SDL_GL_LoadLibrary;
Undocumented in source.
SDL_GL_MakeCurrent
pSDL_GL_MakeCurrent SDL_GL_MakeCurrent;
Undocumented in source.
SDL_GL_ResetAttributes
pSDL_GL_ResetAttributes SDL_GL_ResetAttributes;
Undocumented in source.
SDL_GL_SetAttribute
pSDL_GL_SetAttribute SDL_GL_SetAttribute;
Undocumented in source.
SDL_GL_SetSwapInterval
pSDL_GL_SetSwapInterval SDL_GL_SetSwapInterval;
Undocumented in source.
SDL_GL_SwapWindow
pSDL_GL_SwapWindow SDL_GL_SwapWindow;
Undocumented in source.
SDL_GL_UnloadLibrary
pSDL_GL_UnloadLibrary SDL_GL_UnloadLibrary;
Undocumented in source.
SDL_GetClosestDisplayMode
pSDL_GetClosestDisplayMode SDL_GetClosestDisplayMode;
Undocumented in source.
SDL_GetCurrentDisplayMode
pSDL_GetCurrentDisplayMode SDL_GetCurrentDisplayMode;
Undocumented in source.
SDL_GetCurrentVideoDriver
pSDL_GetCurrentVideoDriver SDL_GetCurrentVideoDriver;
Undocumented in source.
SDL_GetDesktopDisplayMode
pSDL_GetDesktopDisplayMode SDL_GetDesktopDisplayMode;
Undocumented in source.
SDL_GetDisplayBounds
pSDL_GetDisplayBounds SDL_GetDisplayBounds;
Undocumented in source.
SDL_GetDisplayDPI
pSDL_GetDisplayDPI SDL_GetDisplayDPI;
Undocumented in source.
SDL_GetDisplayMode
pSDL_GetDisplayMode SDL_GetDisplayMode;
Undocumented in source.
SDL_GetDisplayName
pSDL_GetDisplayName SDL_GetDisplayName;
Undocumented in source.
SDL_GetDisplayOrientation
pSDL_GetDisplayOrientation SDL_GetDisplayOrientation;
Undocumented in source.
SDL_GetDisplayUsableBounds
pSDL_GetDisplayUsableBounds SDL_GetDisplayUsableBounds;
Undocumented in source.
SDL_GetGrabbedWindow
pSDL_GetGrabbedWindow SDL_GetGrabbedWindow;
Undocumented in source.
SDL_GetNumDisplayModes
pSDL_GetNumDisplayModes SDL_GetNumDisplayModes;
Undocumented in source.
SDL_GetNumVideoDisplays
pSDL_GetNumVideoDisplays SDL_GetNumVideoDisplays;
Undocumented in source.
SDL_GetNumVideoDrivers
pSDL_GetNumVideoDrivers SDL_GetNumVideoDrivers;
Undocumented in source.
SDL_GetVideoDriver
pSDL_GetVideoDriver SDL_GetVideoDriver;
Undocumented in source.
SDL_GetWindowBordersSize
pSDL_GetWindowBordersSize SDL_GetWindowBordersSize;
Undocumented in source.
SDL_GetWindowBrightness
pSDL_GetWindowBrightness SDL_GetWindowBrightness;
Undocumented in source.
SDL_GetWindowData
pSDL_GetWindowData SDL_GetWindowData;
Undocumented in source.
SDL_GetWindowDisplayIndex
pSDL_GetWindowDisplayIndex SDL_GetWindowDisplayIndex;
Undocumented in source.
SDL_GetWindowDisplayMode
pSDL_GetWindowDisplayMode SDL_GetWindowDisplayMode;
Undocumented in source.
SDL_GetWindowFlags
pSDL_GetWindowFlags SDL_GetWindowFlags;
Undocumented in source.
SDL_GetWindowFromID
pSDL_GetWindowFromID SDL_GetWindowFromID;
Undocumented in source.
SDL_GetWindowGammaRamp
pSDL_GetWindowGammaRamp SDL_GetWindowGammaRamp;
Undocumented in source.
SDL_GetWindowGrab
pSDL_GetWindowGrab SDL_GetWindowGrab;
Undocumented in source.
SDL_GetWindowID
pSDL_GetWindowID SDL_GetWindowID;
Undocumented in source.
SDL_GetWindowMaximumSize
pSDL_GetWindowMaximumSize SDL_GetWindowMaximumSize;
Undocumented in source.
SDL_GetWindowMinimumSize
pSDL_GetWindowMinimumSize SDL_GetWindowMinimumSize;
Undocumented in source.
SDL_GetWindowOpacity
pSDL_GetWindowOpacity SDL_GetWindowOpacity;
Undocumented in source.
SDL_GetWindowPixelFormat
pSDL_GetWindowPixelFormat SDL_GetWindowPixelFormat;
Undocumented in source.
SDL_GetWindowPosition
pSDL_GetWindowPosition SDL_GetWindowPosition;
Undocumented in source.
SDL_GetWindowSize
pSDL_GetWindowSize SDL_GetWindowSize;
Undocumented in source.
SDL_GetWindowSurface
pSDL_GetWindowSurface SDL_GetWindowSurface;
Undocumented in source.
SDL_GetWindowTitle
pSDL_GetWindowTitle SDL_GetWindowTitle;
Undocumented in source.
SDL_HideWindow
pSDL_HideWindow SDL_HideWindow;
Undocumented in source.
SDL_IsScreenSaverEnabled
pSDL_IsScreenSaverEnabled SDL_IsScreenSaverEnabled;
Undocumented in source.
SDL_MaximizeWindow
pSDL_MaximizeWindow SDL_MaximizeWindow;
Undocumented in source.
SDL_MinimizeWindow
pSDL_MinimizeWindow SDL_MinimizeWindow;
Undocumented in source.
SDL_RaiseWindow
pSDL_RaiseWindow SDL_RaiseWindow;
Undocumented in source.
SDL_RestoreWindow
pSDL_RestoreWindow SDL_RestoreWindow;
Undocumented in source.
SDL_SetWindowBordered
pSDL_SetWindowBordered SDL_SetWindowBordered;
Undocumented in source.
SDL_SetWindowBrightness
pSDL_SetWindowBrightness SDL_SetWindowBrightness;
Undocumented in source.
SDL_SetWindowData
pSDL_SetWindowData SDL_SetWindowData;
Undocumented in source.
SDL_SetWindowDisplayMode
pSDL_SetWindowDisplayMode SDL_SetWindowDisplayMode;
Undocumented in source.
SDL_SetWindowFullscreen
pSDL_SetWindowFullscreen SDL_SetWindowFullscreen;
Undocumented in source.
SDL_SetWindowGammaRamp
pSDL_SetWindowGammaRamp SDL_SetWindowGammaRamp;
Undocumented in source.
SDL_SetWindowGrab
pSDL_SetWindowGrab SDL_SetWindowGrab;
Undocumented in source.
SDL_SetWindowHitTest
pSDL_SetWindowHitTest SDL_SetWindowHitTest;
Undocumented in source.
SDL_SetWindowIcon
pSDL_SetWindowIcon SDL_SetWindowIcon;
Undocumented in source.
SDL_SetWindowInputFocus
pSDL_SetWindowInputFocus SDL_SetWindowInputFocus;
Undocumented in source.
SDL_SetWindowMaximumSize
pSDL_SetWindowMaximumSize SDL_SetWindowMaximumSize;
Undocumented in source.
SDL_SetWindowMinimumSize
pSDL_SetWindowMinimumSize SDL_SetWindowMinimumSize;
Undocumented in source.
SDL_SetWindowModalFor
pSDL_SetWindowModalFor SDL_SetWindowModalFor;
Undocumented in source.
SDL_SetWindowOpacity
pSDL_SetWindowOpacity SDL_SetWindowOpacity;
Undocumented in source.
SDL_SetWindowPosition
pSDL_SetWindowPosition SDL_SetWindowPosition;
Undocumented in source.
SDL_SetWindowResizable
pSDL_SetWindowResizable SDL_SetWindowResizable;
Undocumented in source.
SDL_SetWindowSize
pSDL_SetWindowSize SDL_SetWindowSize;
Undocumented in source.
SDL_SetWindowTitle
pSDL_SetWindowTitle SDL_SetWindowTitle;
Undocumented in source.
SDL_ShowWindow
pSDL_ShowWindow SDL_ShowWindow;
Undocumented in source.
SDL_UpdateWindowSurface
pSDL_UpdateWindowSurface SDL_UpdateWindowSurface;
Undocumented in source.
SDL_UpdateWindowSurfaceRects
pSDL_UpdateWindowSurfaceRects SDL_UpdateWindowSurfaceRects;
Undocumented in source.
SDL_VideoInit
pSDL_VideoInit SDL_VideoInit;
Undocumented in source.
SDL_VideoQuit
pSDL_VideoQuit SDL_VideoQuit;
Undocumented in source.

Structs

SDL_DisplayMode
struct SDL_DisplayMode
Undocumented in source.
SDL_Window
struct SDL_Window
Undocumented in source.

Variables

SDL_WINDOWPOS_CENTERED
enum uint SDL_WINDOWPOS_CENTERED;
Undocumented in source.
SDL_WINDOWPOS_CENTERED_MASK
enum uint SDL_WINDOWPOS_CENTERED_MASK;
Undocumented in source.
SDL_WINDOWPOS_UNDEFINED
enum uint SDL_WINDOWPOS_UNDEFINED;
Undocumented in source.
SDL_WINDOWPOS_UNDEFINED_MASK
enum uint SDL_WINDOWPOS_UNDEFINED_MASK;
Undocumented in source.
SDL_WINDOW_ALLOW_HIGHDPI
enum uint SDL_WINDOW_ALLOW_HIGHDPI;
Undocumented in source.
SDL_WINDOW_ALWAYS_ON_TOP
enum uint SDL_WINDOW_ALWAYS_ON_TOP;
Undocumented in source.
SDL_WINDOW_BORDERLESS
enum uint SDL_WINDOW_BORDERLESS;
Undocumented in source.
SDL_WINDOW_FOREIGN
enum uint SDL_WINDOW_FOREIGN;
Undocumented in source.
SDL_WINDOW_FULLSCREEN
enum uint SDL_WINDOW_FULLSCREEN;
Undocumented in source.
SDL_WINDOW_FULLSCREEN_DESKTOP
enum uint SDL_WINDOW_FULLSCREEN_DESKTOP;
Undocumented in source.
SDL_WINDOW_HIDDEN
enum uint SDL_WINDOW_HIDDEN;
Undocumented in source.
SDL_WINDOW_INPUT_FOCUS
enum uint SDL_WINDOW_INPUT_FOCUS;
Undocumented in source.
SDL_WINDOW_INPUT_GRABBED
enum uint SDL_WINDOW_INPUT_GRABBED;
Undocumented in source.
SDL_WINDOW_MAXIMIZED
enum uint SDL_WINDOW_MAXIMIZED;
Undocumented in source.
SDL_WINDOW_METAL
enum uint SDL_WINDOW_METAL;
Undocumented in source.
SDL_WINDOW_MINIMIZED
enum uint SDL_WINDOW_MINIMIZED;
Undocumented in source.
SDL_WINDOW_MOUSE_CAPTURE
enum uint SDL_WINDOW_MOUSE_CAPTURE;
Undocumented in source.
SDL_WINDOW_MOUSE_FOCUS
enum uint SDL_WINDOW_MOUSE_FOCUS;
Undocumented in source.
SDL_WINDOW_OPENGL
enum uint SDL_WINDOW_OPENGL;
Undocumented in source.
SDL_WINDOW_POPUP_MENU
enum uint SDL_WINDOW_POPUP_MENU;
Undocumented in source.
SDL_WINDOW_RESIZABLE
enum uint SDL_WINDOW_RESIZABLE;
Undocumented in source.
SDL_WINDOW_SHOWN
enum uint SDL_WINDOW_SHOWN;
Undocumented in source.
SDL_WINDOW_SKIP_TASKBAR
enum uint SDL_WINDOW_SKIP_TASKBAR;
Undocumented in source.
SDL_WINDOW_TOOLTIP
enum uint SDL_WINDOW_TOOLTIP;
Undocumented in source.
SDL_WINDOW_UTILITY
enum uint SDL_WINDOW_UTILITY;
Undocumented in source.
SDL_WINDOW_VULKAN
enum uint SDL_WINDOW_VULKAN;
Undocumented in source.

Meta