Implement arcs with variable width and color

This commit is contained in:
2023-01-11 00:00:02 +00:00
parent 44f767841a
commit 471c6fec7e
11 changed files with 116 additions and 44 deletions
+9
View File
@@ -0,0 +1,9 @@
module Dodge.ScrollValue where
import Dodge.Data.Input
import LensHelp
updateScrollTestValue :: Input -> Input
updateScrollTestValue theinput = theinput & scrollTestValue +~ theamount
where
theamount = fromIntegral (theinput ^. scrollAmount) / 100