FTXUI  5.0.0
C++ functional terminal UI.
Screen::Cursor Struct Reference

Public Types

enum  Shape {
  Hidden = 0 , BlockBlinking = 1 , Block = 2 , UnderlineBlinking = 3 ,
  Underline = 4 , BarBlinking = 5 , Bar = 6
}
 

Data Fields

int x = 0
 
int y = 0
 
Shape shape
 

Detailed Description

Definition at line 47 of file screen.hpp.

Member Enumeration Documentation

◆ Shape

enum Shape
Enumerator
Hidden 
BlockBlinking 
Block 
UnderlineBlinking 
Underline 
BarBlinking 
Bar 

Definition at line 51 of file screen.hpp.

Field Documentation

◆ x

int x = 0

Definition at line 48 of file screen.hpp.

◆ y

int y = 0

Definition at line 49 of file screen.hpp.

◆ shape

Shape shape

Definition at line 60 of file screen.hpp.


The documentation for this struct was generated from the following file: