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

Swarm.TUI.Model.Event

Description

Sum types representing the Swarm events abstracted away from keybindings.

Synopsis

Documentation

data MainEvent Source #

Main abstract keybinding events while running the game itself.

See 'Swarm.TUI.Controller.MainEventHandler.'.

data RobotEvent Source #