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

Method setMouseCursorVisible

src/Core/System/Window.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 }
154
155 void Window::setMouseCursorVisible(bool visible)
156 {
157 m_window.setMouseCursorVisible(visible);
158 }
159
160 void Window::setSize(const unsigned int width, const unsigned int height)
161 {

Callers 3

showMethod · 0.80
hideMethod · 0.80
setVisibleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected