|
SDL3pp
A slim C++ wrapper for SDL3
|
Properties for Window creation. More...
Variables | |
| constexpr auto | ALWAYS_ON_TOP_BOOLEAN |
| Enable always on top. | |
| constexpr auto | BORDERLESS_BOOLEAN |
| Enable borderless. | |
| constexpr auto | CONSTRAIN_POPUP_BOOLEAN |
| Enable constrain popup. | |
| constexpr auto | FOCUSABLE_BOOLEAN |
| Enable focusable. | |
| constexpr auto | EXTERNAL_GRAPHICS_CONTEXT_BOOLEAN |
| Enable external graphics context. | |
| constexpr auto | FLAGS_NUMBER |
| Number for flags. | |
| constexpr auto | FULLSCREEN_BOOLEAN |
| Enable fullscreen. | |
| constexpr auto | HEIGHT_NUMBER |
| Number for height. | |
| constexpr auto | HIDDEN_BOOLEAN |
| Enable hidden. | |
| constexpr auto | HIGH_PIXEL_DENSITY_BOOLEAN |
| Enable high pixel density. | |
| constexpr auto | MAXIMIZED_BOOLEAN |
| Enable maximized. | |
| constexpr auto | MENU_BOOLEAN |
| Enable menu. | |
| constexpr auto | METAL_BOOLEAN |
| Enable metal. | |
| constexpr auto | MINIMIZED_BOOLEAN |
| Enable minimized. | |
| constexpr auto | MODAL_BOOLEAN |
| Enable modal. | |
| constexpr auto | MOUSE_GRABBED_BOOLEAN |
| Enable mouse grabbed. | |
| constexpr auto | OPENGL_BOOLEAN |
| Enable opengl. | |
| constexpr auto | PARENT_POINTER |
| Pointer to parent. | |
| constexpr auto | RESIZABLE_BOOLEAN |
| Enable resizable. | |
| constexpr auto | TITLE_STRING |
| String for title. | |
| constexpr auto | TRANSPARENT_BOOLEAN |
| Enable transparent. | |
| constexpr auto | TOOLTIP_BOOLEAN |
| Enable tooltip. | |
| constexpr auto | UTILITY_BOOLEAN |
| Enable utility. | |
| constexpr auto | VULKAN_BOOLEAN |
| Enable vulkan. | |
| constexpr auto | WIDTH_NUMBER |
| Number for width. | |
| constexpr auto | X_NUMBER = SDL_PROP_WINDOW_CREATE_X_NUMBER |
| Number for x. | |
| constexpr auto | Y_NUMBER = SDL_PROP_WINDOW_CREATE_Y_NUMBER |
| Number for y. | |
| constexpr auto | COCOA_WINDOW_POINTER |
| Pointer to cocoa window. | |
| constexpr auto | COCOA_VIEW_POINTER |
| Pointer to cocoa view. | |
| constexpr auto | WINDOWSCENE_POINTER |
| Pointer to windowscene. | |
| constexpr auto | WAYLAND_SURFACE_ROLE_CUSTOM_BOOLEAN |
| Enable wayland surface role custom. | |
| constexpr auto | WAYLAND_CREATE_EGL_WINDOW_BOOLEAN |
| Enable wayland create egl window. | |
| constexpr auto | WAYLAND_WL_SURFACE_POINTER |
| Pointer to wayland wl surface. | |
| constexpr auto | WIN32_HWND_POINTER |
| Pointer to win32 hwnd. | |
| constexpr auto | WIN32_PIXEL_FORMAT_HWND_POINTER |
| Pointer to win32 pixel format hwnd. | |
| constexpr auto | X11_WINDOW_NUMBER |
| Number for x11 window. | |
| constexpr auto | EMSCRIPTEN_CANVAS_ID_STRING |
| String for emscripten canvas id. | |
| constexpr auto | EMSCRIPTEN_KEYBOARD_ELEMENT_STRING |
| String for emscripten keyboard element. | |
Properties for Window creation.
|
constexpr |
Enable always on top.
|
constexpr |
Enable borderless.
|
constexpr |
Pointer to cocoa view.
|
constexpr |
Pointer to cocoa window.
|
constexpr |
Enable constrain popup.
|
constexpr |
String for emscripten canvas id.
|
constexpr |
String for emscripten keyboard element.
|
constexpr |
Enable external graphics context.
|
constexpr |
Number for flags.
|
constexpr |
Enable focusable.
|
constexpr |
Enable fullscreen.
|
constexpr |
Number for height.
|
constexpr |
Enable hidden.
|
constexpr |
Enable high pixel density.
|
constexpr |
Enable maximized.
|
constexpr |
Enable menu.
|
constexpr |
Enable metal.
|
constexpr |
Enable minimized.
|
constexpr |
Enable modal.
|
constexpr |
Enable mouse grabbed.
|
constexpr |
Enable opengl.
|
constexpr |
Pointer to parent.
|
constexpr |
Enable resizable.
|
constexpr |
String for title.
|
constexpr |
Enable tooltip.
|
constexpr |
Enable transparent.
|
constexpr |
Enable utility.
|
constexpr |
Enable vulkan.
|
constexpr |
Enable wayland create egl window.
|
constexpr |
Enable wayland surface role custom.
|
constexpr |
Pointer to wayland wl surface.
|
constexpr |
Number for width.
|
constexpr |
Pointer to win32 hwnd.
|
constexpr |
Pointer to win32 pixel format hwnd.
|
constexpr |
Pointer to windowscene.
|
constexpr |
Number for x11 window.