MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / getWindow

Method getWindow

engine/source/runtime/function/render/window_system.cpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 void WindowSystem::setTitle(const char* title) { glfwSetWindowTitle(m_window, title); }
54
55 GLFWwindow* WindowSystem::getWindow() const { return m_window; }
56
57 std::array<int, 2> WindowSystem::getWindowSize() const { return std::array<int, 2>({m_width, m_height}); }
58

Callers 4

showEditorGameWindowMethod · 0.80
initializeMethod · 0.80
onCursorPosMethod · 0.80
initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected