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

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.UI.Content.KeyKind

Description

The type of key-command mappings to be used for the UI.

Synopsis

Documentation

data KeyKind Source

Key-command mappings to be used for the UI.

Constructors

KeyKind 

Fields

rhumanCommands :: ![(KM, ([CmdCategory], HumanCmd))]

default client UI commands