Implement floating camera

This commit is contained in:
2023-03-26 16:44:19 +01:00
parent 082ce9c9a1
commit 73e742e1a2
12 changed files with 86 additions and 38 deletions
+2
View File
@@ -14,6 +14,8 @@ defaultInput :: Input
defaultInput =
Input
{ _clickMousePos = V2 0 0
, _clickPos = mempty
, _heldPos = mempty
, _textInput = mempty
, _pressedKeys = mempty
, _mouseButtons = mempty