MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / GetNextNarrowLinePosition

Function GetNextNarrowLinePosition

TombEngine/Renderer/RendererDrawMenu.cpp:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 // Helper functions to jump caret to new line
64 inline void GetNextLinePosition(int* value, float scale = 1.0f) { *value += MenuVerticalLineSpacing * scale; }
65 inline void GetNextNarrowLinePosition(int* value) { *value += MenuVerticalNarrowLineSpacing; }
66 inline void GetNextBlockPosition(int* value) { *value += MenuVerticalBlockSpacing; }
67
68 // Helper functions to construct string flags

Callers 2

RenderOptionsMenuMethod · 0.85
RenderTitleMenuMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected