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

Function DrawCheck

Siv3D/src/Siv3D/SimpleGUI/SivSimpleGUI.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 }
96
97 static void DrawCheck(const Vec2& center)
98 {
99 Quad{ 2.5, 13.5, 6, 11, 9.5, 14.5, 9.5, 20.5 }.movedBy(-12, -12).movedBy(center).draw();
100 Quad{ 9.5, 20.5, 9.5, 14.5, 17.75, 3.75, 20.5, 6.5 }.movedBy(-12, -12).movedBy(center).draw();
101 }
102
103 const Font& GetFont() noexcept
104 {

Callers 1

CheckBoxAtFunction · 0.85

Calls 2

drawMethod · 0.45
movedByMethod · 0.45

Tested by

no test coverage detected