FTXUI 6.1.9
C++ functional terminal UI.
载入中...
搜索中...
未找到
Screen::Cursor结构体 参考

#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.hpp50 行定义.

成员枚举类型说明

◆ Shape

enum Shape
枚举值
Hidden 
BlockBlinking 
Block 
UnderlineBlinking 
Underline 
BarBlinking 
Bar 

在文件 screen.hpp54 行定义.

类成员变量说明

◆ x

int x = 0

在文件 screen.hpp51 行定义.

◆ y

int y = 0

在文件 screen.hpp52 行定义.

◆ shape

Shape shape = Hidden

在文件 screen.hpp63 行定义.


该结构体的文档由以下文件生成: