Tony Kemp <[EMAIL PROTECTED]> writes: > > Hi, > > Another possible issue I have come across: the documentation in the > comments for base/events.lisp indicates that the joy-button-down-event > takes the keyword arguments :which, :button and :state, as does the > SDL-Joy-Button-Event defcstruct in cffi/events.lisp, however the > expand-joybuttondown function on line 311 in base/events.lisp seems to > expect the keywords :which, :axis and :value. Shouldn't the keywords > listed in the case statement match the slots in the > SDL-Joy-Button-Event? Or am I reading this incorrectly? >
Thanks for the bug report. This is now fixed in SVN. The keyword :which, :button, :state are correct. - Luke _______________________________________________ application-builder mailing list [email protected] http://www.lispniks.com/mailman/listinfo/application-builder
