FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
WindowRenderState Struct Reference

#include <component_options.hpp>

Data Fields

Element inner
 The element wrapped inside this window.
 
const std::string & title
 The title of the window.
 
bool active = false
 Whether the window is the active one.
 
bool drag = false
 Whether the window is being dragged.
 
bool resize = false
 Whether the window is being resized.
 
bool hover_left = false
 Whether the resizeable left side is hovered.
 
bool hover_right = false
 Whether the resizeable right side is hovered.
 
bool hover_top = false
 Whether the resizeable top side is hovered.
 
bool hover_down = false
 Whether the resizeable down side is hovered.
 

Detailed Description

Definition at line 234 of file component_options.hpp.

Field Documentation

◆ inner

Element inner

The element wrapped inside this window.

Definition at line 235 of file component_options.hpp.

◆ title

const std::string& title

The title of the window.

Definition at line 236 of file component_options.hpp.

◆ active

bool active = false

Whether the window is the active one.

Definition at line 237 of file component_options.hpp.

◆ drag

bool drag = false

Whether the window is being dragged.

Definition at line 238 of file component_options.hpp.

◆ resize

bool resize = false

Whether the window is being resized.

Definition at line 239 of file component_options.hpp.

◆ hover_left

bool hover_left = false

Whether the resizeable left side is hovered.

Definition at line 240 of file component_options.hpp.

◆ hover_right

bool hover_right = false

Whether the resizeable right side is hovered.

Definition at line 241 of file component_options.hpp.

◆ hover_top

bool hover_top = false

Whether the resizeable top side is hovered.

Definition at line 242 of file component_options.hpp.

◆ hover_down

bool hover_down = false

Whether the resizeable down side is hovered.

Definition at line 243 of file component_options.hpp.


The documentation for this struct was generated from the following file: