Stubbing out ImGui::ColorButton() and ImVec4

This commit is contained in:
Oliver Charles
2021-01-24 20:46:01 +00:00
parent ecab9d37a2
commit d382b6460f
4 changed files with 69 additions and 1 deletions

View File

@ -80,6 +80,9 @@ loop w checked = do
plotHistogram "A histogram" [ 10, 10, 20, 30, 90 ]
ref <- newIORef $ ImVec4 1 0 0 1
colorButton "Test" ref
beginMainMenuBar >>= whenTrue do
beginMenu "Hello" >>= whenTrue do
menuItem "Hello"