• Rémi Bernon's avatar
    dinput: Introduce new HID joystick backend. · afa1e60b
    Rémi Bernon authored
    This adds a new joystick backend, implemented on top of HID and without
    any host dependencies. This will be progressively implementated, and
    it's not going to be usable until at least a few more patches.
    
    Because of that, and because it may also introduce regressions compared
    to the existing backends, it is disabled by default and is optionally
    enabled using the following global registry key:
    
      [HKCU\\Software\\Wine\\DirectInput\\Joysticks]
      "HID"="enabled"
    
    Or using the corresponding AppDefaults registry key:
    
      [HKCU\\Software\\Wine\\AppDefaults\\<app.exe>\\DirectInput\\Joysticks]
      "HID"="enabled"
    
    This setting will be removed later, when it becomes usable enough, to
    use the individual device disable mechanism available in joy.cpl.
    Signed-off-by: 's avatarRémi Bernon <rbernon@codeweavers.com>
    Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
    afa1e60b
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
nls Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
MAINTAINERS Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...