Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
This module provides the input abstraction for Vty.
Synopsis
- data Input = Input {
- eventChannel :: TChan InternalEvent
- shutdownInput :: IO ()
- restoreInputState :: IO ()
- inputLogMsg :: String -> IO ()
- module Graphics.Vty.Input.Events
Documentation
The library's input-processing abstraction. Platform-specific
implementations must implement an Input
and provide it to
mkVtyFromPair
.
Input | |
|
module Graphics.Vty.Input.Events