tinytools-0.1.0.5: tinytools is a monospace unicode diagram editor
Safe HaskellSafe-Inferred
LanguageHaskell2010

Potato.Flow.Reflex.GoatWidget

Synopsis

Documentation

data GoatWidgetConfig t Source #

invariants * TODO mouse input type can only change after a `_lMouseData_isRelease == True` * TODO non-mouse inputs can only happen after a `_lMouseData_isRelease == True` except for cancel

holdGoatWidget :: forall t m. (Adjustable t m, MonadHold t m, MonadFix m) => GoatWidgetConfig t -> m (GoatWidget t) Source #