MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / window

Method window

src/host/glfw_host_backend.h:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 void shutdown() override;
58
59 [[nodiscard]] GLFWwindow* window() const {
60 return window_;
61 }
62
63 // Current window size/position in screen coordinates (glfwGetWindowSize
64 // / glfwGetWindowPos); {0, 0} when there is no window yet.

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected