testing keycode remapping

This commit is contained in:
Ross
2021-03-21 17:49:42 +00:00
parent 4a0546ab3f
commit 3cfbf3dacc
5 changed files with 24 additions and 3 deletions
+1
View File
@@ -86,6 +86,7 @@ data World = World
, _lightSources :: !(IM.IntMap LightSource)
, _tempLightSources :: ![TempLightSource]
, _closeActiveObjects :: [Either FloorItem Button]
, _remap :: Keycode -> Keycode
} --deriving (Show)
type Drawing = Picture