|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
光标状态 更多...
#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.hpp 第 87 行定义.
|
strong |
光标形状枚举
| 枚举值 | |
|---|---|
| Hidden | 隐藏光标 |
| BlockBlinking | 闪烁块光标 |
| Block | 块光标 |
| UnderlineBlinking | 闪烁下划线光标 |
| Underline | 下划线光标 |
| BarBlinking | 闪烁竖线光标 |
| Bar | 竖线光标 |
在文件 screen.hpp 第 91 行定义.