|
SDL
2.0
|
#include <SDL_sysvideo.h>
Collaboration diagram for SDL_ShapeDriver:Data Fields | |
| SDL_WindowShaper *(* | CreateShaper )(SDL_Window *window) |
| int(* | SetWindowShape )(SDL_WindowShaper *shaper, SDL_Surface *shape, SDL_WindowShapeMode *shape_mode) |
| int(* | ResizeWindowShape )(SDL_Window *window) |
Definition at line 56 of file SDL_sysvideo.h.
| SDL_WindowShaper*(* SDL_ShapeDriver::CreateShaper) (SDL_Window *window) |
Definition at line 58 of file SDL_sysvideo.h.
Referenced by SDL_CreateShapedWindow().
| int(* SDL_ShapeDriver::ResizeWindowShape) (SDL_Window *window) |
Definition at line 60 of file SDL_sysvideo.h.
| int(* SDL_ShapeDriver::SetWindowShape) (SDL_WindowShaper *shaper, SDL_Surface *shape, SDL_WindowShapeMode *shape_mode) |
Definition at line 59 of file SDL_sysvideo.h.
Referenced by SDL_SetWindowShape().