MCPcopy Create free account
hub / github.com/TankOs/SFGUI / IsCursorVisible

Method IsCursorVisible

src/SFGUI/Entry.cpp:321–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321bool Entry::IsCursorVisible() const {
322 return m_cursor_status;
323}
324
325int Entry::GetVisibleOffset() const {
326 return m_visible_offset;

Callers 2

CreateEntryDrawableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected