| Portability | GHC |
|---|---|
| Stability | experimental |
| Maintainer | Ian-Woo Kim <ianwookim@gmail.com> |
| Safe Haskell | None |
Hoodle.Coroutine.Minibuffer
Description
Documentation
drawMiniBufBkg :: Render ()Source
drawMiniBuf :: Foldable t => t Stroke -> Render ()Source
minibufDialog :: String -> MainCoroutine (Either () [Stroke])Source
minibufInit :: MainCoroutine (Either () [Stroke])Source
invalidateMinibuf :: DrawWindow -> Surface -> IO ()Source
Arguments
| :: DrawWindow | |
| -> (Surface, Surface) | (source surface, target surface) |
| -> Seq Stroke | |
| -> MainCoroutine (Either () [Stroke]) |
onestroke :: DrawWindow -> (Surface, Surface) -> Seq PointerCoord -> MainCoroutine (Seq PointerCoord)Source
drawstrokebit :: (Surface, Surface) -> Seq PointerCoord -> IO ()Source
mkstroke :: Seq PointerCoord -> StrokeSource