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

Safe HaskellNone

Game.LambdaHack.BindingAction

Description

Binding of keys to commands implemented with the Action monad.

Synopsis

Documentation

stdBindingSource

Arguments

:: ConfigUI

game config

-> Binding (ActionFrame ())

concrete binding

Binding of keys to movement and other standard commands, as well as commands defined in the config file.