ttx 0.1.0
|
#include <ttx/renderer.h>
Public Member Functions | |
auto | operator== (RenderedCursor const &) const -> bool=default |
Public Attributes | |
u32 | cursor_row { 0 } |
u32 | cursor_col { 0 } |
CursorStyle | style { CursorStyle::SteadyBlock } |
bool | hidden { false } |
|
default |
u32 ttx::RenderedCursor::cursor_col { 0 } |
u32 ttx::RenderedCursor::cursor_row { 0 } |
bool ttx::RenderedCursor::hidden { false } |
CursorStyle ttx::RenderedCursor::style { CursorStyle::SteadyBlock } |