- 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.
- 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.