SDL: don't enable XInput by default (nw)

This commit is contained in:
R. Belmont 2012-09-15 15:44:59 +00:00
parent fcd1d51b13
commit 80e6e662b1

View File

@ -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
###########################################################################