Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11events.c @ 2763:6fc50bdd88c0
Some cleanups on the new XInput code.
One or two things got moved around, but largely this is hooked up correctly
in the Unix configure system now: it can be dynamically loaded and fallback
gracefully if not available, or libXi can be directly linked to libSDL.
XInput support can be --disable'd from the configure script, too (defaults to
enabled).
Please note that while the framework is in place to gracefully fallback, the
current state of the source requires XInput. We'll need to adjust a few
things still to correct this.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 17 Sep 2008 08:20:57 +0000 |
parents | 79c1bd651f04 |
children | f7872b7a8732 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11events.c Mon Sep 15 20:48:51 2008 +0000 +++ b/src/video/x11/SDL_x11events.c Wed Sep 17 08:20:57 2008 +0000 @@ -29,12 +29,6 @@ #include "SDL_x11video.h" #include "../../events/SDL_events_c.h" -extern int motion; /* the motion event id defined by an XInput function */ -extern int button_pressed; /* the button_pressed event id defined by an XInput function */ -extern int button_released; /* the button_released event id defined by an XInput function */ -extern int proximity_in; /* the proximity in event defined by an XInput function */ -extern int proximity_out; /* the proximity out event defined by an XInput function */ - static void X11_DispatchEvent(_THIS) {