MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_cursor_x() [2/2]

const uint32_t & MayaFlux::Buffers::TextBuffer::get_cursor_x ( ) const
inline

Horizontal pen position in pixels for the next impress() run.

Reset to zero by repress(). Advanced by impress().

Definition at line 78 of file TextBuffer.hpp.

78{ return m_cursor_x; }