winehid.inf: Add WINEMOUSE to the list of winehid device IDs.
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9c6ea01935
commit
f67bd02165
|
@ -11,6 +11,7 @@ Wine hidraw device=device_section,HIDRAW
|
|||
Wine IOHID device=device_section,IOHID
|
||||
Wine libevent device=device_section,LNXEV
|
||||
Wine SDL HID device=device_section,SDLJOY
|
||||
Wine mouse device=device_section,WINEMOUSE
|
||||
|
||||
[device_section.Services]
|
||||
AddService = winehid,0x2,svc_section
|
||||
|
|
Loading…
Reference in New Issue