Wrap ImGui::ArrowButton()

This commit is contained in:
Ollie Charles
2021-01-24 15:54:39 +00:00
parent 4398950053
commit 0fb690d832
2 changed files with 30 additions and 0 deletions

View File

@ -51,6 +51,8 @@ loop w = do
True -> putStrLn "Oh hi Mark"
False -> return ()
arrowButton "Arrow" ImGuiDirUp
end
render