Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
data TextInputState Source #
Instances
Show TextInputState Source # | |
Defined in Potato.Flow.Controller.Manipulator.TextInputState showsPrec :: Int -> TextInputState -> ShowS # show :: TextInputState -> String # showList :: [TextInputState] -> ShowS # |
mouseText :: TextInputState -> RelMouseDrag -> TextInputState Source #
inputSingleLineZipper :: TextInputState -> KeyboardKey -> (Bool, TextInputState) Source #
returns zipper in TextInputState after keyboard input has been applied for single line entry (does not allow line breaks) Bool indicates if there was any real input