[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
Re: [XaraXtreme-dev] Idle events
- From: Alex Bligh <alex@xxxxxxxxxxx>
- Date: Wed, 17 May 2006 11:20:22 +0100
- Subject: Re: [XaraXtreme-dev] Idle events
Gerry Iles wrote:
Yeah... on Windows/MFC the timer going off involves the app getting a
WM_TIMER message which would automatically restart idles...
Ah. Not the case on wx at idle events look at the wx event queue even
on MSW I think. But even if it does, it's harmless as it just sets
a flag for when it returns to the main poll loop.
Alex