|
FTXUI 6.1.9
C++ functional terminal UI.
|
#include <screen.hpp>
Public Types | |
| enum | Shape { Hidden = 0 , BlockBlinking = 1 , Block = 2 , UnderlineBlinking = 3 , Underline = 4 , BarBlinking = 5 , Bar = 6 } |
Public Attributes | |
| int | x = 0 |
| int | y = 0 |
| Shape | shape = Hidden |
Definition at line 50 of file screen.hpp.
| enum Shape |
| Enumerator | |
|---|---|
| Hidden | |
| BlockBlinking | |
| Block | |
| UnderlineBlinking | |
| Underline | |
| BarBlinking | |
| Bar | |
Definition at line 54 of file screen.hpp.
| int x = 0 |
Definition at line 51 of file screen.hpp.
| int y = 0 |
Definition at line 52 of file screen.hpp.
Definition at line 63 of file screen.hpp.