Closed MykBamberg closed 4 months ago
The current declaration for guiSetStyle is
guiSetStyle
fn guiSetStyle(control: i32, property: i32, value: i32) void
I am proposing to change it to
fn guiSetStyle(control: rg.GuiState, property: rg.GuiControlProperty, value: i32) void
This would ensure that the input is within the acceptable range and reduce ambiguity.
The current declaration for
guiSetStyle
isI am proposing to change it to
This would ensure that the input is within the acceptable range and reduce ambiguity.