MCPcopy Create free account
hub / github.com/Siv3D/OpenSiv3D / Button2

Function Button2

Siv3D/src/Siv3D/Script/Bind/ScriptSimpleGUI.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 static bool Button2(const String& text, const Vec2& pos, const uint8&, bool enabled)
46 {
47 return SimpleGUI::Button(text, pos, none, enabled);
48 }
49
50 static bool Slider1(double& value, const Vec2& pos, double sliderWidth, bool enabled)
51 {

Callers

nothing calls this directly

Calls 1

ButtonFunction · 0.85

Tested by

no test coverage detected