Refactor control list display

This commit is contained in:
2021-09-13 01:39:53 +01:00
parent d11d19c9e8
commit b27c174d93
6 changed files with 79 additions and 52 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
{- |
Deals with keyboard events.
-}
{- | Deals with keyboard events. -}
module Dodge.Event.Keyboard
( handleKeyboardEvent
)