diff options
| author | 2012-09-15 15:44:59 +0000 | |
|---|---|---|
| committer | 2012-09-15 15:44:59 +0000 | |
| commit | 80e6e662b1672f91ff2856dfc7eb856c2c80d9f6 (patch) | |
| tree | 188a4d4549cd23ca635ecfcfbe9d9eb2ba8b9e36 /src | |
| parent | fcd1d51b13e729a884c3afe1023682fe1aec8bd8 (diff) | |
SDL: don't enable XInput by default (nw)
Diffstat (limited to 'src')
| -rw-r--r-- | src/osd/sdl/sdl.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osd/sdl/sdl.mak b/src/osd/sdl/sdl.mak index eafce223aea..e68a197119a 100644 --- a/src/osd/sdl/sdl.mak +++ b/src/osd/sdl/sdl.mak @@ -72,6 +72,9 @@ USE_DISPATCH_GL = 1 # Get what you need here: http://www.gtk.org/download-windows.html # GTK_INSTALL_ROOT = y:/couriersud/win/gtk-32 +# uncomment to use Xinput for multiple mice on X11 systems +# (currently defaults disabled due to causing issues with mouse capture, esp. in MESS) +NO_USE_XINPUT = 1 ########################################################################### |
