[ab] Taking a bit longer than expected
Justin Heyes-Jones
justinhj at gmail.com
Wed Dec 27 18:46:07 CST 2006
On 12/27/06, Luke J Crook <luke at balooga.com> wrote:
> Hi Folks,
>
> Sorry the update is taking a little longer than expected.
>
> Here is the way things are shaping up:
>
> (sdl:sdl-init ((make-instance 'sdl))
> ;; Where 'sdl could be 'opengl or 'openrm etc.
> (window 320 240)
> (handle-events))
>
> (defmethod handle-event ((idle-event))
> (do-something-on-idle))
>
> (defmethod handle-event ((key-down-event))
> (do-something-else-on-key-down))
>
> The old WITH-EVENTS is still available in sdl-base::WITH-EVENTS.
>
> - Luke
I look forward to test driving.
Justin
More information about the application-builder
mailing list