Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
static 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
30
class WindowEventHandler : public LLGL::Window::EventListener
31
{
Callers
1
main
Function · 0.85
Calls
1
GetPosition
Method · 0.45
Tested by
no test coverage detected