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

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.UI.Content.KeyKind

Contents

Description

The type of definitions of key-command mappings to be used for the UI and shorthands for specifying command triples in the content files.

Synopsis

Documentation

newtype KeyKind Source #

Key-command mappings to be specified in content and used for the UI.

Constructors

KeyKind [(KM, CmdTriple)]

default client UI commands

Internal operations