raygui: Revert property parameters back to i32s (#131)
This commit is contained in:
parent
a087398387
commit
855ab9cd70
3 changed files with 8 additions and 8 deletions
|
|
@ -174,8 +174,8 @@ _fix_enums_data = [
|
|||
("flags", "Gesture", r"SetGesturesEnabled"),
|
||||
("button", "GamepadButton", r".*GamepadButton.*"),
|
||||
("button", "MouseButton", r".*MouseButton.*"),
|
||||
("control", "GuiState", r"Gui.etStyle"),
|
||||
("property", "GuiControlProperty", r"Gui.etStyle"),
|
||||
("control", "GuiControl", r"Gui.etStyle"),
|
||||
# ("property", "GuiControlProperty", r"Gui.etStyle"),
|
||||
]
|
||||
def fix_enums(arg_name, arg_type, func_name):
|
||||
if func_name.startswith("rl"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue