Safe Haskell | Safe-Inferred |
---|
The Zoom
type.
Synopsis
- data Zoom = Zoom {
- offset :: !ScoreTime.TrackTime
- factor :: !Double
- to_pixels :: Zoom -> ScoreTime.TrackTime -> Int
- to_time :: Zoom -> Int -> ScoreTime.TrackTime
Documentation
View zoom and time scroll offset.
Zoom | |
|