Property
Attributes
- Graph
-
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class AlwaysOnTopclass BorderlessBooleanclass ExternalGraphicsContextclass Focusableclass Fullscreenclass Heightclass Hiddenclass HighPixelDensityclass Maximizedclass PopupMenuclass Metalclass Minimizedclass Modalclass MouseGrabbedclass OpenGLclass Parentclass Resizableclass Titleclass Transparentclass Tooltipclass Utilityclass Vulkanclass Widthclass Xclass YShow all
Members list
Type members
Enum entries
: true if the window should be always on top
: true if the window should be always on top
Attributes
: true if the window has no window decoration
: true if the window has no window decoration
Attributes
: true if the window will be used with an externally managed graphics context.
: true if the window will be used with an externally managed graphics context.
Attributes
: true if the window should accept keyboard input (defaults true)
: true if the window should accept keyboard input (defaults true)
Attributes
: true if the window should start in fullscreen mode at desktop resolution
: true if the window should start in fullscreen mode at desktop resolution
Attributes
: the height of the window
: the height of the window
Attributes
: true if the window should start hidden
: true if the window should start hidden
Attributes
: true if the window uses a high pixel density buffer if possible
: true if the window uses a high pixel density buffer if possible
Attributes
: true if the window should start maximized
: true if the window should start maximized
Attributes
: true if the window will be used with Metal rendering
: true if the window will be used with Metal rendering
Attributes
: true if the window should start minimized
: true if the window should start minimized
Attributes
: true if the window is modal to its parent
: true if the window is modal to its parent
Attributes
: true if the window starts with grabbed mouse focus
: true if the window starts with grabbed mouse focus
Attributes
: true if the window will be used with OpenGL rendering
: true if the window will be used with OpenGL rendering
Attributes
: an SDL_Window that will be the parent of this window, required for windows with the "tooltip", "menu", and "modal" properties
: an SDL_Window that will be the parent of this window, required for windows with the "tooltip", "menu", and "modal" properties
Attributes
: true if the window is a popup menu
: true if the window is a popup menu
Attributes
: true if the window should be resizable
: true if the window should be resizable
Attributes
: the title of the window, in UTF-8 encoding
: the title of the window, in UTF-8 encoding
Attributes
: true if the window is a tooltip
: true if the window is a tooltip
Attributes
: true if the window show transparent in the areas with alpha of 0
: true if the window show transparent in the areas with alpha of 0
Attributes
: true if the window is a utility window, not showing in the task bar and window list
: true if the window is a utility window, not showing in the task bar and window list
Attributes
: true if the window will be used with Vulkan rendering
: true if the window will be used with Vulkan rendering
Attributes
: the width of the window
: the width of the window
Attributes
: the x position of the window, or SDL_WINDOWPOS_CENTERED, defaults to SDL_WINDOWPOS_UNDEFINED. This is relative to the parent for windows with the "tooltip" or "menu" property set.
: the x position of the window, or SDL_WINDOWPOS_CENTERED, defaults to SDL_WINDOWPOS_UNDEFINED. This is relative to the parent for windows with the "tooltip" or "menu" property set.
Attributes
: the y position of the window, or SDL_WINDOWPOS_CENTERED, defaults to SDL_WINDOWPOS_UNDEFINED. This is relative to the parent for windows with the "tooltip" or "menu" property set.
: the y position of the window, or SDL_WINDOWPOS_CENTERED, defaults to SDL_WINDOWPOS_UNDEFINED. This is relative to the parent for windows with the "tooltip" or "menu" property set.