MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / olc_UpdateWindowPos

Method olc_UpdateWindowPos

olcPixelGameEngine.h:4551–4555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4549 }
4550
4551 void PixelGameEngine::olc_UpdateWindowPos(int32_t x, int32_t y)
4552 {
4553 vWindowPos = { x, y };
4554 olc_UpdateViewport();
4555 }
4556
4557 void PixelGameEngine::olc_UpdateWindowSize(int32_t x, int32_t y)
4558 {

Callers 1

olc_WindowEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected