Work on mouse wheel scrolling
This commit is contained in:
@@ -6,8 +6,9 @@ import Control.Lens
|
||||
import ShortShow
|
||||
|
||||
testStringInit :: Universe -> [String]
|
||||
testStringInit u = [
|
||||
shortShow $ u ^?! uvWorld . cWorld . creatures . ix 0 . crPos
|
||||
testStringInit u = [show $ u ^. uvWorld . scrollAmount
|
||||
, show $ u ^. uvWorld . previousScrollAmount
|
||||
, shortShow $ u ^?! uvWorld . cWorld . creatures . ix 0 . crPos
|
||||
]
|
||||
-- [ show $ u ^? uvWorld . hammers . ix DoubleMouseHam
|
||||
-- , show $ u ^? uvWorld . cWorld . creatures . ix 0 . crLeftInvSel . _Just
|
||||
|
||||
Reference in New Issue
Block a user