| Safe Haskell | None |
|---|
Game.LambdaHack.Frontend.Chosen
Description
Re-export the operations of the chosen raw frontend (determined at compile time with cabal flags).
- data Frontend = Frontend {
- fdisplay :: Bool -> Maybe SingleFrame -> IO ()
- fpromptGetKey :: SingleFrame -> IO KM
- fdebugCli :: !DebugModeCli
- chosenStartup :: DebugModeCli -> (Frontend -> IO ()) -> IO ()
- stdStartup :: DebugModeCli -> (Frontend -> IO ()) -> IO ()
- frontendName :: String
Documentation
Constructors
| Frontend | |
Fields
| |
chosenStartup :: DebugModeCli -> (Frontend -> IO ()) -> IO ()Source
stdStartup :: DebugModeCli -> (Frontend -> IO ()) -> IO ()Source
The name of the chosen frontend.