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

Method GetMouse

olcPixelGameEngine.h:2657–2660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2655 }
2656
2657 HWButton PixelGameEngine::GetMouse(uint32_t b) const
2658 {
2659 return pMouseState[b];
2660 }
2661
2662 int32_t PixelGameEngine::GetMouseX() const
2663 {

Callers 2

UpdateMethod · 0.80
HandlePanAndZoomMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected