Safe Haskell | None |
---|---|
Language | Haskell2010 |
Graphics.Wayland
- version :: (Int, Int, Int)
- type Fixed256 = Fixed Precision256
- data Precision256
- type Time = Milli
- data Result
- errToResult :: CInt -> Result
- diffTimeToTime :: DiffTime -> Time
- timeToDiffTime :: Time -> DiffTime
Documentation
type Fixed256 = Fixed Precision256 Source
Fixed point number with 8 bits of decimal precision.
The equivalent of wayland's wl_fixed_t.
errToResult :: CInt -> Result Source
diffTimeToTime :: DiffTime -> Time Source
timeToDiffTime :: Time -> DiffTime Source