• Rémi Bernon's avatar
    winex11: Advertise XInput2 version 2.2 support. · 1a757a01
    Rémi Bernon authored
    This is the required version for XInput2 touch events. It also allows
    to greatly simplify the code by listening to master device events only
    and get rid of device id tracking:
    
    Under XInput2 protocol version < 2.1, RawEvents are not supposed to be
    sent if a pointer grab is active. However slave device events are still
    received regardless of this specification and Wine implemented a
    workaround to receive RawEvents during pointer grabs by listening to
    these slave device events.
    
    By advertising the support of XInput2 version >= 2.1, where RawEvents
    are sent even during pointer grabs, we ensure to receive the RawMotion
    even if a mouse grab is active.
    1a757a01
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...
.gitlab-ci.yml Loading commit data...
.mailmap Loading commit data...
ANNOUNCE.md 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...
README.md Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...