fltkhs-0.3.0.1: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Timer

Contents

Synopsis

Constructor

Hierarchy

Functions

destroy :: Ref Timer -> IO ()

getDirection :: Ref Timer -> IO CountDirection

getSuspended :: Ref Timer -> IO Bool

getValue :: Ref Timer -> IO Double

handle :: Ref Timer -> Event -> IO Int

setDirection :: Ref Timer -> CountDirection -> IO ()

setSuspended :: Ref Timer -> Bool -> IO ()

setValue :: Ref Timer -> Double -> IO ()