Skip to content

Instantly share code, notes, and snippets.

@aycanirican
Created July 9, 2010 17:57
Show Gist options
  • Save aycanirican/469779 to your computer and use it in GitHub Desktop.
Save aycanirican/469779 to your computer and use it in GitHub Desktop.
evTimerSetRepeat :: EvTimerPtr -> Double -> IO ()
evTimerSetRepeat p t = do
evtimer <- peek p
poke p evtimer { repeat = t }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment