Window hints#

Typedefs#

carb::windowing::WindowHints

Type of window hints bitfield.

Variables#

constexpr WindowHints carb::windowing::kWindowHintFloating

The window should be floating.

constexpr WindowHints carb::windowing::kWindowHintMaximized

The window should be maximized.

constexpr WindowHints carb::windowing::kWindowHintNoAutoIconify

The window should not automatically iconify.

constexpr WindowHints carb::windowing::kWindowHintNoDecoration

The window should have no decoration.

constexpr WindowHints carb::windowing::kWindowHintNoFocusOnShow

The window should not focus on show.

constexpr WindowHints carb::windowing::kWindowHintNoResize

The window does not allow resizing.

constexpr WindowHints carb::windowing::kWindowHintNone

No hint.

constexpr WindowHints carb::windowing::kWindowHintScaleToMonitor

The window should scale to monitor.