LambdaHack-0.6.2.0: A game engine library for roguelike dungeon crawlers

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.UI.Frontend.Common

Description

Screen frames and animations.

Synopsis

Documentation

data RawFrontend Source #

Constructors

RawFrontend 

Fields

data KMP Source #

Constructors

KMP 

Fields

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

Empty the keyboard channel.

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

Translates modifiers to our own encoding.