MCPcopy Create free account
hub / github.com/OpenStickCommunity/GP2040-CE / drawButtonLayoutLeft

Method drawButtonLayoutLeft

src/layoutmanager.cpp:273–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273LayoutManager::LayoutList LayoutManager::drawButtonLayoutLeft()
274{
275 const DisplayOptions& options = Storage::getInstance().getDisplayOptions();
276 ButtonLayoutCustomOptions buttonLayoutCustomOptions = options.buttonLayoutCustomOptions;
277 ButtonLayoutParamsLeft leftOptions = buttonLayoutCustomOptions.paramsLeft;
278 return adjustByCustomSettings(getLeftLayout(leftOptions.layout), leftOptions.common);
279}
280
281LayoutManager::LayoutList LayoutManager::drawButtonLayoutRight()
282{

Callers

nothing calls this directly

Calls 1

getDisplayOptionsMethod · 0.80

Tested by

no test coverage detected