NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::tui::cursor结构体 参考

光标状态 更多...

#include <screen.hpp>

Public 类型

enum class  shape : uint8_t {
  Hidden , BlockBlinking , Block , UnderlineBlinking ,
  Underline , BarBlinking , Bar
}
 光标形状枚举 更多...

Public 属性

int x = 0
 列坐标
int y = 0
 行坐标
shape shape = shape::Hidden
 光标形状

详细描述

光标状态

在文件 screen.hpp87 行定义.

成员枚举类型说明

◆ shape

enum class neforce::tui::cursor::shape : uint8_t
strong

光标形状枚举

枚举值
Hidden 

隐藏光标

BlockBlinking 

闪烁块光标

Block 

块光标

UnderlineBlinking 

闪烁下划线光标

Underline 

下划线光标

BarBlinking 

闪烁竖线光标

Bar 

竖线光标

在文件 screen.hpp91 行定义.


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