MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / show

Method show

src/Core/System/Cursor.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 void Cursor::show()
93 {
94 m_visible = true;
95 m_window.setMouseCursorVisible(true);
96 }
97
98 void Cursor::hide()
99 {

Callers

nothing calls this directly

Calls 1

setMouseCursorVisibleMethod · 0.80

Tested by

no test coverage detected