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

Method SetDisplayStyle

Source/ClickButton.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 bool MouseMoved(float x, float y) override;
67 void SetDisplayText(bool display) { mDisplayStyle = ButtonDisplayStyle::kNoLabel; }
68 void SetDisplayStyle(ButtonDisplayStyle style) { mDisplayStyle = style; }
69 void SetDimensions(float width, float height)
70 {
71 mWidth = width;

Callers 6

CreateUIControlsMethod · 0.45
DrawModuleMethod · 0.45
CreateUIControlsMethod · 0.45
DrawModuleMethod · 0.45
ShowPageMethod · 0.45
DrawModuleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected