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

Method getWindowSize

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

Source from the content-addressed store, hash-verified

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
59 void WindowSystem::setFocusMode(bool mode)
60 {

Callers 3

showEditorMenuMethod · 0.80
initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected