Flag

bearlyb.video.Window.Flag
See theFlag companion object
enum Flag(val internal: Long)

Attributes

Companion
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case AlwaysOnTop extends Flag

window should always be above others

window should always be above others

Attributes

case Borderless extends Flag

no window decoration

no window decoration

Attributes

case External extends Flag

window not created by SDL

window not created by SDL

Attributes

case Fullscreen extends Flag

window is in fullscreen mode

window is in fullscreen mode

Attributes

case Hidden extends Flag

window is neither mapped onto the desktop nor shown in the taskbar/dock/window list; SDL_ShowWindow() is required for it to become visible

window is neither mapped onto the desktop nor shown in the taskbar/dock/window list; SDL_ShowWindow() is required for it to become visible

Attributes

case HighPixelDensity extends Flag

window uses high pixel density back buffer if possible

window uses high pixel density back buffer if possible

Attributes

case InputFocus extends Flag

window has input focus

window has input focus

Attributes

case KeyboardGrabbed extends Flag

window has grabbed keyboard input

window has grabbed keyboard input

Attributes

case Maximized extends Flag

window is maximized

window is maximized

Attributes

case Metal extends Flag

window usable for Metal view

window usable for Metal view

Attributes

case Minimized extends Flag

window is minimized

window is minimized

Attributes

case MouseCapture extends Flag

window has mouse captured (unrelated to MOUSE_GRABBED)

window has mouse captured (unrelated to MOUSE_GRABBED)

Attributes

case MouseFocus extends Flag

window has mouse focus

window has mouse focus

Attributes

case MouseGrabbed extends Flag

window has grabbed mouse input

window has grabbed mouse input

Attributes

case MouseRelativeMode extends Flag

window has relative mode enabled

window has relative mode enabled

Attributes

case NotFocusable extends Flag

window should not be focusable

window should not be focusable

Attributes

case Occluded extends Flag

window is occluded

window is occluded

Attributes

case OpenGl extends Flag

window usable with OpenGL context

window usable with OpenGL context

Attributes

case PopupMenu extends Flag
case Resizable extends Flag

window can be resized

window can be resized

Attributes

case Tooltip extends Flag
case Transparent extends Flag

window with transparent buffer

window with transparent buffer

Attributes

case Utility extends Flag

window should be treated as a utility window, not showing in the task bar and window list

window should be treated as a utility window, not showing in the task bar and window list

Attributes

case Vulkan extends Flag

window usable for Vulkan surface

window usable for Vulkan surface

Attributes