- pSDL_CreateShapedWindow
alias pSDL_CreateShapedWindow = SDL_Window* function(const(char)*, uint, uint, uint, uint, uint)
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*, SDL_WindowShapeMode*)
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)*)
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*, SDL_Surface*, SDL_WindowShapeMode*)
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)* , uint , uint , uint , uint , uint )
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* , SDL_WindowShapeMode* )
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)* )
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* , SDL_Surface* , SDL_WindowShapeMode* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.