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

Method OnResize

deps/LLGL/tests/Test_Window.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31{
32public:
33 void OnResize(LLGL::Window& sender, const LLGL::Extent2D& size) override
34 {
35 std::wcout << "OnResize: " << size.width << " x " << size.height << std::endl;
36 printWindowSize(sender);
37 }
38};
39
40int main()

Callers

nothing calls this directly

Calls 1

printWindowSizeFunction · 0.85

Tested by

no test coverage detected