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

Method GetMouseX

olcPixelGameEngine.h:2662–2665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2660 }
2661
2662 int32_t PixelGameEngine::GetMouseX() const
2663 {
2664 return vMousePos.x;
2665 }
2666
2667 int32_t PixelGameEngine::GetMouseY() const
2668 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected