LambdaHack-0.2.6: A roguelike game engine in early and active development

Safe HaskellNone

Game.LambdaHack.CommandAction

Description

Semantics of player commands.

Synopsis

Documentation

configCmds :: CP -> [(Key, Cmd)]Source

The associaction of commands to keys defined in config.

semanticsCmds :: [(Key, Cmd)] -> [((Key, Modifier), (String, Bool, ActionFrame ()))]Source

The list of semantics and other info for all commands from config.