Parse enums from headers & generate code (#19)

This commit is contained in:
sheaf
2021-02-05 21:57:17 +01:00
committed by GitHub
parent 81582ba6eb
commit 895f5c1926
10 changed files with 947 additions and 79 deletions

View File

@ -70,7 +70,7 @@ loop w checked color slider r = do
True -> putStrLn "Oh hi Mark"
False -> return ()
sameLine >> arrowButton "Arrow" ImGuiDirUp
sameLine >> arrowButton "Arrow" ImGuiDir_Up
sameLine >> checkbox "Check!" checked >>= \case
True -> readIORef checked >>= print