Skip to content

Commit

Permalink
update info
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Mar 2, 2024
1 parent 5c25c55 commit 7e82914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ and then link miniaudio your own way\

# Widgets
Note, widgets are WIP, the supported widgets include\
RSGL_alignRect, RSGL_button (checkboxes, toggleboxes, combo boxes, and radiobuttons) \
RSGL_alignRect, RSGL_button (checkboxes, toggleboxes, combo boxes, sliders and radiobuttons) \

RSGL_textBox and RSGL_expandableRect are currently WIP

Expand Down Expand Up @@ -170,7 +170,7 @@ in the example, you can toggle between opengl 3.0+ and opengl 2.0- by pressing t

## button.c
`examples/button.c` is an example that shows off how to create and manage buttons using RSGL,
these include, a default style button, an checkbox, a toggle button, radio buttons, a comboBox and a custom button
these include, a default style button, an checkbox, a toggle button, radio buttons, a comboBox, a slider and a custom button

# container.c
`examples/container.c` is an example which shows how to create and manage a widget container
Expand Down

0 comments on commit 7e82914

Please sign in to comment.