gore-and-ash-1.1.0.1: Core of FRP game engine called Gore&Ash
Control.Wire.Time
Contents
Description
Synopsis
time :: HasTime t s => Wire s e m a t Source
Local time starting from zero.
timeF :: (Fractional b, HasTime t s, Monad m) => Wire s e m a b Source
Local time starting from zero, converted to your favorite fractional type.
timeFrom :: HasTime t s => t -> Wire s e m a t Source
Local time starting from the given value.