LambdaHack-0.8.1.0: A game engine library for tactical squad ASCII roguelike dungeon crawlers

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.UI.Frontend.Common

Description

Screen frames and animations.

Synopsis

Documentation

data RawFrontend Source #

Raw frontend definition. The minimal closed set of values that need to depend on the specifics of the chosen frontend.

Constructors

RawFrontend 

Fields

resetChanKey :: TQueue KMP -> IO () Source #

Empty the keyboard channel.

modifierTranslate :: Bool -> Bool -> Bool -> Bool -> Modifier Source #

Translates modifiers to our own encoding.