MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / drawHints

Function drawHints

3ds/source/MainScreen.cpp:79–82  ·  view source on GitHub ↗

Draws a single button-glyph footer hint line, centered on `screenW`.

Source from the content-addressed store, hash-verified

77
78 // Draws a single button-glyph footer hint line, centered on `screenW`.
79 void drawHints(int screenW, int y, const std::string& text)
80 {
81 TextPool::get().drawCentered(text, 0, screenW, y, 0.47f, COLOR_MUTED);
82 }
83
84 // Layout of the Save / Extdata segmented control in the bottom header. Both
85 // drawBottom() and the touch hit-test derive from this so the box and the

Callers 8

drawTopMethod · 0.85
drawGeneralMethod · 0.85
drawFoldersMethod · 0.85
drawLibraryMethod · 0.85
drawNetworkMethod · 0.85
drawAboutMethod · 0.85
drawTopMethod · 0.85
drawBottomMethod · 0.85

Calls 2

getFunction · 0.85
drawCenteredMethod · 0.80

Tested by

no test coverage detected