Any CFFI swiggers still listening? I'm trying to %ingore the SDL_EventType enums in lispbuilder-sdl sdlswig.i file using an %ignore for each enum. This does not work and SWIG will 'ignore' these %ignore's and process these enums. What am I doing wrong? %ignore SDL_EventType; %ignore SDL_NOEVENT; etc. Thanks, - Luke