HGE2D-0.1.6.2: 2D game engine written in Haskell

Copyright(c) 2016 Martin Buck
Licensesee LICENSE
Safe HaskellNone
LanguageHaskell2010

HGE2D.Time

Description

Containing functions to get the current time or transform times

Synopsis

Documentation

getSeconds :: IO Double Source #

Get the current time in seconds

toMilliSeconds :: Double -> Millisecond Source #

Transform seconds to milliseconds