License | BSD-3-Clause |
---|---|
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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
.