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

Method hide

src/Core/System/Cursor.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 void Cursor::hide()
99 {
100 m_visible = false;
101 m_window.setMouseCursorVisible(false);
102 }
103
104 void Cursor::setVisible(const bool visible)
105 {

Callers

nothing calls this directly

Calls 1

setMouseCursorVisibleMethod · 0.80

Tested by

no test coverage detected