MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / GetSize

Method GetSize

Sources/OvWindowing/src/OvWindowing/Window.cpp:290–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290std::pair<uint16_t, uint16_t> OvWindowing::Window::GetSize() const
291{
292 int width, height;
293 glfwGetWindowSize(m_glfwWindow, &width, &height);
294 return std::make_pair(static_cast<uint16_t>(width), static_cast<uint16_t>(height));
295}
296
297std::pair<int16_t, int16_t> OvWindowing::Window::GetMinimumSize() const
298{

Callers 11

DrawActorColliderMethod · 0.45
SetupContextMethod · 0.45
GetActorFocusDistFunction · 0.45
FPSCounterMethod · 0.45
UpdateMethod · 0.45
RenderCurrentSceneFunction · 0.45
UpdateMethod · 0.45
FrameInfoMethod · 0.45
UpdateMethod · 0.45
DriverInfoMethod · 0.45

Calls 1

glfwGetWindowSizeFunction · 0.85

Tested by

no test coverage detected