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

Function HorizontalRadioButtons2

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

Source from the content-addressed store, hash-verified

95 }
96
97 static bool HorizontalRadioButtons2(size_t& index, const CScriptArray* arr, const Vec2& pos, const uint8&, bool enabled)
98 {
99 return SimpleGUI::HorizontalRadioButtons(index, detail::FromScriptArray<String>(arr), pos, none, enabled);
100 }
101
102 static bool CheckBox1(bool& checked, const String& text, const Vec2& pos, double width, bool enabled)
103 {

Callers

nothing calls this directly

Calls 1

HorizontalRadioButtonsFunction · 0.85

Tested by

no test coverage detected