[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Second draft of new Event API for Luasocket
- From: Daniel Quintela <danielq@...>
- Date: Mon, 28 Jun 2004 12:53:39 -0300
Hi:
> I think it would be sufficient to only use a single event id that gets
> triggered when the MWFMO call indicates that a message is in the queue
> (which depends on the mask passed to MWFMO of course). After all anyone
> wanting to use this feature will already have a message dispatcher and
> only needs to integrate it into event handling smoothly. Splitting the
> queue up into different message types is not the job of the event handling
> mechanism. Anyone complain, if my reasoning doesn't work for your app.
I agree. wxApp::DoMessage in wxLua/wxWidgets is an example what you are
talking about.
Bye,
Daniel