bindbc.sdl.bind.sdlshape

Undocumented in source.

Members

Aliases

pSDL_CreateShapedWindow
alias pSDL_CreateShapedWindow = SDL_Window* function(const(char)* title, uint x, uint y, uint w, uint 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_GetShapedWindowMode
alias pSDL_GetShapedWindowMode = int function(SDL_Window* window, SDL_WindowShapeMode* shape_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_IsShapedWindow
alias pSDL_IsShapedWindow = SDL_bool function(const(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_SetWindowShape
alias pSDL_SetWindowShape = int function(SDL_Window* window, SDL_Surface* shape, SDL_WindowShapeMode* shape_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

SDL_NONSHAPEABLE_WINDOW
anonymousenum SDL_NONSHAPEABLE_WINDOW
Undocumented in source.
SDL_SHAPEMODEALPHA
eponymoustemplate SDL_SHAPEMODEALPHA(WindowShapeMode mode)
Undocumented in source.
WindowShapeMode
enum WindowShapeMode
Undocumented in source.

Functions

SDL_CreateShapedWindow
SDL_Window* SDL_CreateShapedWindow(const(char)* title, uint x, uint y, uint w, uint 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_GetShapedWindowMode
int SDL_GetShapedWindowMode(SDL_Window* window, SDL_WindowShapeMode* shape_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_IsShapedWindow
SDL_bool SDL_IsShapedWindow(const(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_SetWindowShape
int SDL_SetWindowShape(SDL_Window* window, SDL_Surface* shape, SDL_WindowShapeMode* shape_mode)
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_CreateShapedWindow
pSDL_CreateShapedWindow SDL_CreateShapedWindow;
Undocumented in source.
SDL_GetShapedWindowMode
pSDL_GetShapedWindowMode SDL_GetShapedWindowMode;
Undocumented in source.
SDL_IsShapedWindow
pSDL_IsShapedWindow SDL_IsShapedWindow;
Undocumented in source.
SDL_SetWindowShape
pSDL_SetWindowShape SDL_SetWindowShape;
Undocumented in source.

Structs

SDL_WindowShapeMode
struct SDL_WindowShapeMode
Undocumented in source.

Unions

SDL_WindowShapeParams
union SDL_WindowShapeParams
Undocumented in source.

Meta