Closed GoogleCodeExporter closed 9 years ago
Good suggestion. I will add this in the next day or so.
Original comment by Clruok...@gmail.com
on 11 Feb 2010 at 10:03
Thank you very much.
By the way it would be nice as well, if one could switch on the event type like
with-events does. For example, the cond wherein the handlers are expanded could
be
outsourced into a separate macro. What do you think of this? Please tell me, if
I
should create a separate issue ticket for it. But it depends on this ticket
anyway.
Original comment by jakres
on 16 Feb 2010 at 10:06
Modified with-events as suggested;
(defmacro with-events ((&optional (type :poll) (sdl-event (new-event))) &body
events)
Note that SDL-EVENT is freed automatically by WITH-EVENTS.
I'm not sure I understand your other request. Please describe in a little more
detail
in a separate issue.
Original comment by Clruok...@gmail.com
on 26 Mar 2010 at 8:08
Please use sdl:*sdl-event* to retrieve the current SDL_event.
Original comment by Clruok...@gmail.com
on 27 Mar 2010 at 6:40
Original issue reported on code.google.com by
jakres
on 29 Jan 2010 at 11:43