On 12/27/06, Luke J Crook <[EMAIL PROTECTED]> 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
_______________________________________________
application-builder mailing list
application-builder@lispniks.com
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to