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

Method SetInErrorMode

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

Source from the content-addressed store, hash-verified

63 void SetNextTextEntry(TextEntry* entry);
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; }

Callers 1

PollMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected