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

Method GetMouseY

olcPixelGameEngine.h:2667–2670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2665 }
2666
2667 int32_t PixelGameEngine::GetMouseY() const
2668 {
2669 return vMousePos.y;
2670 }
2671
2672 const olc::vi2d& PixelGameEngine::GetMousePos() const
2673 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected