| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Potato.Flow.Controller.Manipulator.Pan
Documentation
data PanHandler Source #
Constructors
| PanHandler | |
Instances
| Default PanHandler Source # | |
| Defined in Potato.Flow.Controller.Manipulator.Pan Methods def :: PanHandler # | |
| PotatoHandler PanHandler Source # | |
| Defined in Potato.Flow.Controller.Manipulator.Pan Methods pHandlerName :: PanHandler -> Text Source # pHandlerDebugShow :: PanHandler -> Text Source # pHandleMouse :: PanHandler -> PotatoHandlerInput -> RelMouseDrag -> Maybe PotatoHandlerOutput Source # pHandleKeyboard :: PanHandler -> PotatoHandlerInput -> KeyboardData -> Maybe PotatoHandlerOutput Source # pRefreshHandler :: PanHandler -> PotatoHandlerInput -> Maybe SomePotatoHandler Source # pIsHandlerActive :: PanHandler -> Bool Source # pRenderHandler :: PanHandler -> PotatoHandlerInput -> HandlerRenderOutput Source # pRenderLayersHandler :: PanHandler -> PotatoHandlerInput -> LayersViewHandlerRenderOutput Source # pValidateMouse :: PanHandler -> RelMouseDrag -> Bool Source # pHandlerTool :: PanHandler -> Maybe Tool Source # | |