[ab] Taking a bit longer than expected

Luke J Crook luke at balooga.com
Wed Dec 27 13:08:52 CST 2006


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



More information about the application-builder mailing list