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

Method GetSize

extensions/olcPGEX_PopUpMenu.h:294–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292 }
293
294 olc::vi2d Menu::GetSize()
295 {
296 return { int32_t(sName.size()), 1 };
297 }
298
299 olc::vi2d& Menu::GetCursorPosition()
300 {

Callers 1

BuildMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected