| Portability | GHC |
|---|---|
| Stability | experimental |
| Maintainer | Ian-Woo Kim <ianwookim@gmail.com> |
| Safe Haskell | None |
Hoodle.Widget.PanZoom
Description
Documentation
widgetCheckPen :: CanvasId -> PointerCoord -> MainCoroutine () -> MainCoroutine ()Source
findZoomXform :: Dimension -> ((Double, Double), (Double, Double), (Double, Double)) -> (Double, (Double, Double))Source
Arguments
| :: WidgetMode | |
| -> CanvasId | |
| -> CanvasGeometry | |
| -> (Surface, Surface) | |
| -> CanvasCoordinate | original widget position |
| -> CanvasCoordinate | where pen pressed |
| -> UTCTime | |
| -> MainCoroutine () |
movingRender :: WidgetMode -> CanvasId -> CanvasGeometry -> (Surface, Surface) -> CanvasCoordinate -> CanvasCoordinate -> PointerCoord -> MainCoroutine ()Source