|
FTXUI
5.0.0
C++ functional terminal UI.
|
Public Types | |
| enum | Shape { Hidden = 0 , BlockBlinking = 1 , Block = 2 , UnderlineBlinking = 3 , Underline = 4 , BarBlinking = 5 , Bar = 6 } |
Data Fields | |
| int | x = 0 |
| int | y = 0 |
| Shape | shape |
Definition at line 95 of file screen.hpp.
| enum Shape |
| Enumerator | |
|---|---|
| Hidden | |
| BlockBlinking | |
| Block | |
| UnderlineBlinking | |
| Underline | |
| BarBlinking | |
| Bar | |
Definition at line 99 of file screen.hpp.
| int x = 0 |
Definition at line 96 of file screen.hpp.
| int y = 0 |
Definition at line 97 of file screen.hpp.
| Shape shape |
Definition at line 108 of file screen.hpp.