mirror of
https://github.com/encounter/SDL.git
synced 2025-05-19 13:51:27 +00:00
Don't detect the ROG Chakram mouse as a joystick
This commit is contained in:
parent
bfd2f8993f
commit
a43d3f6931
@ -2398,6 +2398,8 @@ SDL_bool SDL_ShouldIgnoreJoystick(const char *name, SDL_JoystickGUID guid)
|
|||||||
|
|
||||||
/* Anne Pro II Keyboard */
|
/* Anne Pro II Keyboard */
|
||||||
MAKE_VIDPID(0x04d9, 0x8009), /* OBINLB USB-HID Keyboard */
|
MAKE_VIDPID(0x04d9, 0x8009), /* OBINLB USB-HID Keyboard */
|
||||||
|
|
||||||
|
MAKE_VIDPID(0x0b05, 0x1958), /* ROG Chakram Mouse */
|
||||||
};
|
};
|
||||||
|
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user