raygui: Revert property parameters back to i32s (#131)

This commit is contained in:
Not-Nik 2024-10-02 22:19:14 +02:00
parent a087398387
commit 855ab9cd70
Failed to generate hash of commit
3 changed files with 8 additions and 8 deletions

View file

@ -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"):