D timer

rumbu rumbu at rumbu.ro
Sun Feb 10 08:17:53 PST 2013


On Sunday, 10 February 2013 at 14:49:15 UTC, SaltySugar wrote:
> Can i do my own timer in D console application?
> like in C# timer_Tick event.


There is no Timer in D as you know it from C# and also there are 
no events. You must rely on SetTimer WinAPI and write your own 
TimerProc.


More information about the Digitalmars-d-learn mailing list