Skip to content

Commit

Permalink
Update controls_test_suite.c
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Sep 11, 2023
1 parent 44d8a6a commit c37013e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/controls_test_suite/controls_test_suite.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,9 @@ int main()
//GuiToggle((Rectangle){ 165, 400, 140, 25 }, "#1#ONE", &toggleGroupActive);
GuiToggleGroup((Rectangle){ 165, 360, 140, 24 }, "#1#ONE\n#3#TWO\n#8#THREE\n#23#", &toggleGroupActive);
//GuiDisable();
GuiSetStyle(SLIDER, SLIDER_PADDING, 2);
GuiToggleSlider((Rectangle){ 165, 480, 140, 30 }, "ON;OFF", &toggleSliderActive);
GuiSetStyle(SLIDER, SLIDER_PADDING, 0);

// Third GUI column
GuiPanel((Rectangle){ 320, 25, 225, 140 }, "Panel Info");
Expand Down

0 comments on commit c37013e

Please sign in to comment.