Reimplement dragging upwards with mouse
This commit is contained in:
+8
-13
@@ -1,15 +1,10 @@
|
||||
/home/justin/Haskell/loop/src/Dodge/Update.hs:357:15: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘x’
|
||||
/home/justin/Haskell/loop/src/Dodge/Update.hs:356:5-9: warning: [-Wunused-local-binds]
|
||||
Defined but not used: ‘mysel’
|
||||
|
|
||||
357 | shiftInvItems x w = w
|
||||
| ^
|
||||
/home/justin/Haskell/loop/src/Dodge/Inventory/Location.hs:13:1-31: warning: [-Wunused-imports]
|
||||
The import of ‘Dodge.Data.SelectionList’ is redundant
|
||||
|
|
||||
13 | import Dodge.Data.SelectionList
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/Inventory/Location.hs:75:9-11: warning: [-Wunused-matches]
|
||||
356 | mysel = inverseSelSecYint (posSelSecYint cfig ldp (mpos ^. _y)) sss
|
||||
| ^^^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/Update.hs:359:17-19: warning: [-Wunused-matches]
|
||||
Defined but not used: ‘sss’
|
||||
|
|
||||
75 | sss <- w ^? hud . hudElement . diSections
|
||||
| ^^^
|
||||
|
|
||||
359 | shiftInvItemsUp sss (_,i) w = fromMaybe w $ do
|
||||
| ^^^
|
||||
|
||||
Reference in New Issue
Block a user