Continue mouse/inventory refactor

This commit is contained in:
2024-11-22 10:33:49 +00:00
parent 1250e2442a
commit bc2c9c9369
3 changed files with 40 additions and 11 deletions
+15 -1
View File
@@ -1 +1,15 @@
All good (594 modules, at 21:00:22)
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:123:1-15: warning: [-Wunused-top-binds]
Defined but not used: tryDropSelected
|
123 | tryDropSelected w = do
| ^^^^^^^^^^^^^^^
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:130:1-17: warning: [-Wunused-top-binds]
Defined but not used: tryPickupSelected
|
130 | tryPickupSelected w = do
| ^^^^^^^^^^^^^^^^^
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:134:19: warning: [-Wunused-matches]
Defined but not used: x
|
134 | OverInvDrag 3 x <- w ^? input . mouseContext
| ^