|
FTXUI 6.1.9
C++ functional terminal UI.
|
#include <screen.hpp>
Public 类型 | |
| enum | Shape { Hidden = 0 , BlockBlinking = 1 , Block = 2 , UnderlineBlinking = 3 , Underline = 4 , BarBlinking = 5 , Bar = 6 } |
Public 属性 | |
| int | x = 0 |
| int | y = 0 |
| Shape | shape = Hidden |
在文件 screen.hpp 第 50 行定义.
| enum Shape |
| 枚举值 | |
|---|---|
| Hidden | |
| BlockBlinking | |
| Block | |
| UnderlineBlinking | |
| Underline | |
| BarBlinking | |
| Bar | |
在文件 screen.hpp 第 54 行定义.
| int x = 0 |
在文件 screen.hpp 第 51 行定义.
| int y = 0 |
在文件 screen.hpp 第 52 行定义.
在文件 screen.hpp 第 63 行定义.