Refactor code for initial mouse click in game

This commit is contained in:
2024-11-18 11:00:41 +00:00
parent afddcae6d1
commit 3c5e5b92b1
5 changed files with 217 additions and 139 deletions
+10 -1
View File
@@ -1 +1,10 @@
All good (594 modules, at 19:58:31)
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:159:1-21: warning: [-Wunused-top-binds]
Defined but not used: updateCombineInvClick
|
159 | updateCombineInvClick sss w = case w ^. input . mouseContext of
| ^^^^^^^^^^^^^^^^^^^^^
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:159:23-25: warning: [-Wunused-matches]
Defined but not used: sss
|
159 | updateCombineInvClick sss w = case w ^. input . mouseContext of
| ^^^