Use GuiControlProperty instead of c.int

This commit is contained in:
Alex Macafee
2024-07-31 19:08:08 +10:00
committed by GitHub
parent 92831d7ca3
commit 1f2ab84e82

View File

@@ -229,8 +229,8 @@ foreign lib {
// Style set/get functions
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
GuiSetStyle :: proc(control: GuiControl, property: GuiControlProperty, value: c.int) --- // Set one style property
GuiGetStyle :: proc(control: GuiControl, property: GuiControlProperty) -> c.int --- // Get one style property
// Styles loading functions