[SDL] 1.3 Event source addition
Olivier Delannoy
olivier.delannoy at gmail.com
Thu Jun 29 23:20:01 PDT 2006
PushEvent is nice and have to be use in the writing of a user defined
event source.
What is interesing with the ability of user defined event source is
letting SDL do the query when it's needed. whether it use event thread
or not It does not add a lot of features it just help to make the
application more consistent. However I am not sure whether such thing
will be or not a "complex aspect of SDL requiring a lot of support on
the mailing list.
On 6/29/06, Ryan C. Gordon <icculus at icculus.org> wrote:
>
> > I like the event loop of SDL and my only problem with 1.2 series is
> > that the Event subsystem is completly hidden and close. There is no
> > way to extends this part of the library that I know. It would really
> > interesting to be able to register new event source that are triggered
> > by SDL automatically.
>
> What's wrong with SDL_PushEvent()?
>
> --ryan.
>
>
>
> _______________________________________________
> SDL mailing list
> SDL at libsdl.org
> http://www.libsdl.org/mailman/listinfo/sdl
>
More information about the SDL
mailing list