Update Raygui Style set/get functions

This commit is contained in:
Alex Macafee
2024-07-31 18:48:16 +10:00
committed by GitHub
parent 62191f54a0
commit f33b4ecd3e

View File

@@ -236,8 +236,8 @@ foreign lib {
// Style set/get functions
GuiSetStyle :: proc(control: GuiControl, property: GuiStyleProp, value: c.int) --- // Set one style property
GuiGetStyle :: proc(control: GuiControl, property: GuiStyleProp) -> c.int --- // Get one style property
GuiSetStyle :: proc(control: GuiControl, property: c.int, value: c.int) --- // Set one style property
GuiGetStyle :: proc(control: GuiControl, property: c.int) -> c.int --- // Get one style property
// Styles loading functions