Wrap ImGui::ProgressBar()

This commit is contained in:
Ollie Charles
2021-01-24 16:03:18 +00:00
parent 1bd51ab35e
commit 5a1f5c78ec
2 changed files with 16 additions and 0 deletions

View File

@ -58,6 +58,8 @@ loop w checked = do
True -> readIORef checked >>= print
False -> return ()
progressBar 0.314 (Just "Pi")
end
render