Move in game key press input reaction to universe update

This commit is contained in:
2022-10-30 10:19:59 +00:00
parent e3155752ba
commit 9779b6fa39
9 changed files with 97 additions and 54 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ defaultInput :: Input
defaultInput = Input
{ _clickMousePos = V2 0 0
, _textInput = RejectTextInput
, _keys = S.empty
, _pressedKeys = mempty
, _mouseButtons = mempty
, _mousePos = V2 0 0
, _scrollAmount = 0