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

Function HorizontalRadioButtons1

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

Source from the content-addressed store, hash-verified

90 }
91
92 static bool HorizontalRadioButtons1(size_t& index, const CScriptArray* arr, const Vec2& pos, double width, bool enabled)
93 {
94 return SimpleGUI::HorizontalRadioButtons(index, detail::FromScriptArray<String>(arr), pos, width, enabled);
95 }
96
97 static bool HorizontalRadioButtons2(size_t& index, const CScriptArray* arr, const Vec2& pos, const uint8&, bool enabled)
98 {

Callers

nothing calls this directly

Calls 1

HorizontalRadioButtonsFunction · 0.85

Tested by

no test coverage detected