add enums for raygui, issue #52

This commit is contained in:
richard 2022-02-07 13:58:07 +00:00
parent 2c752b5ad0
commit 10d945ed28
11 changed files with 6019 additions and 4164 deletions

View file

@ -19,6 +19,9 @@ exitWindow = False
pr.set_target_fps(60)
if pr.GuiSliderProperty.SLIDER_WIDTH.value != pr.SLIDER_WIDTH:
raise Exception('enums not working')
while not exitWindow and not pr.window_should_close():