Elliott Slaughter writes: > On Jan 14, 2008 12:50 AM, Luke J Crook <[EMAIL PROTECTED]> wrote: > Where does SDL get the defaults it uses if passed t for :defaults? (Are > these system defaults for are the just arbitrarily chosen by SDL?)
From the SDL constants in the keysym.h header file. Once lispyfied, these constant names are: SDL-DEFAULT-REPEAT-DELAY and SDL-DEFAULT-REPEAT-INTERVAL. > > Is there be any way to write the function such that you don't have to pass > dummy values when you want to use the defaults? Currently if you want to use > the default values you have to do something like (sdl:enable-key-repeat 0 0 How about using the above defaults if either or both DELAY or INTERVAL are NIL? - Luke _______________________________________________ application-builder mailing list [email protected] http://www.lispniks.com/mailman/listinfo/application-builder
