swarm-0.6.0.0: 2D resource gathering game with programmable robots
LicenseBSD-3-Clause
Safe HaskellSafe-Inferred
LanguageHaskell2010

Swarm.TUI.Controller.EventHandlers.Main

Description

Here is the main player configurable key event handler while playing the game.

Synopsis

Documentation

mainEventHandlers :: [KeyEventHandler SwarmEvent (EventM Name AppState)] Source #

Main keybindings event handler while running the game itself.

See handleMainEvent.