On 10/01/2008, Elliott Slaughter <[EMAIL PROTECTED]> wrote:
> (cffi:defcfun ("SDL_EnableUNICODE" SDL-Enable-Unicode) :void
>   (value :int))
> (sdl-enable-unicode 1)
>
> It would be nice if lispbuilder-sdl had a standard wrapper function for this.

This is already in lisbuilder-sdl/cffi/keysym.lisp

Presumably we forgot to export it somehow.

But you can use it like this

(sdl-cffi::sdl-enable-unicode 1)

Justin
_______________________________________________
application-builder mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to