MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / printWindowPos

Function printWindowPos

deps/LLGL/tests/Test_Window.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22};
23
24static void printWindowPos(LLGL::Window& wnd)
25{
26 auto p = wnd.GetPosition();
27 std::wcout << "window pos: x = " << p.x << ", y = " << p.y << std::endl;
28}
29
30class WindowEventHandler : public LLGL::Window::EventListener
31{

Callers 1

mainFunction · 0.85

Calls 1

GetPositionMethod · 0.45

Tested by

no test coverage detected