Hi everyone,
I have two questions concerning SDL functions that I can't seem to
find interfaces for, other than the SWIG interfaces. So, first of all,
is there a good way to make a call to SDL_GetKeyState other than using
SWIG_SDLEvent? And if not, how do I deal with the whole SWIGTYPE_p_int
thing? I'm not sure how to get that data into a usable Java int.
Second, is there an interface (other than the SWIG one) to the
SDL_GL_* functions? The SWIG one seems to work fine, but I just wanted
to be sure there wasn't a more acceptable way.
Thanks!
|