Potato.Flow.Controller.Manipulator.Select
data SelectHandler Source #
Constructors
Fields
Defined in Potato.Flow.Controller.Manipulator.Select
Methods
def :: SelectHandler #
pHandlerName :: SelectHandler -> Text Source #
pHandlerDebugShow :: SelectHandler -> Text Source #
pHandleMouse :: SelectHandler -> PotatoHandlerInput -> RelMouseDrag -> Maybe PotatoHandlerOutput Source #
pHandleKeyboard :: SelectHandler -> PotatoHandlerInput -> KeyboardData -> Maybe PotatoHandlerOutput Source #
pRefreshHandler :: SelectHandler -> PotatoHandlerInput -> Maybe SomePotatoHandler Source #
pIsHandlerActive :: SelectHandler -> Bool Source #
pRenderHandler :: SelectHandler -> PotatoHandlerInput -> HandlerRenderOutput Source #
pRenderLayersHandler :: SelectHandler -> PotatoHandlerInput -> LayersViewHandlerRenderOutput Source #
pValidateMouse :: SelectHandler -> RelMouseDrag -> Bool Source #
pHandlerTool :: SelectHandler -> Maybe Tool Source #