MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / DrawLabel

Method DrawLabel

Source/TextEntry.h:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 void UpdateDisplayString();
65 void SetInErrorMode(bool error) { mInErrorMode = error; }
66 void DrawLabel(bool draw) { mDrawLabel = draw; }
67 void SetRequireEnter(bool require) { mRequireEnterToAccept = require; }
68 void SetFlexibleWidth(bool flex) { mFlexibleWidth = flex; }
69 void ClearInput();

Callers 15

CreateUIControlsMethod · 0.45
CreateUIControlsMethod · 0.45
CreateUIControlsMethod · 0.45
CreateUIControlsMethod · 0.45
CreateUIControlsMethod · 0.45
DrawListMethod · 0.45
DrawLayoutMethod · 0.45
CreateUIControlsMethod · 0.45
CreateUIControlsMethod · 0.45
CreateUIControlsMethod · 0.45
CreateUIControlsMethod · 0.45
CreateUIControlsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected