lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sat, 31 Jan 2004, Jaco van der Merwe wrote:
> 1. It must be possible to create timers (one-shot or
> repeating) that call Lua functions when the timers
> Is anybody aware of a library that satisfies the above
> requirements? 

IUP has a timer implementation in both Win32 and Motif. You can take
a look at:

  http://www.tecgraf.puc-rio.br/iup/index.html?url=iuptimer.html

The sleep function is pretty easy to implement.

Regards,
Mark