We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4586f30 commit c41eae7Copy full SHA for c41eae7
src/DearImGui.hs
@@ -393,7 +393,7 @@ colorPicker3 desc ref = liftIO do
393
394
-- | Display a color square/button, hover for details, return true when pressed.
395
--
396
--- | Wraps @ImGui::ColorButton()@.
+-- Wraps @ImGui::ColorButton()@.
397
colorButton :: (MonadIO m, HasSetter ref ImVec4, HasGetter ref ImVec4) => String -> ref -> m Bool
398
colorButton desc ref = liftIO do
399
currentValue <- get ref
0 commit comments