mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-30 23:18:29 +00:00
Added game controller support for virtual joysticks
Fixes https://github.com/libsdl-org/SDL/issues/5662
This commit is contained in:
@@ -119,6 +119,7 @@ struct _SDL_Joystick
|
||||
};
|
||||
|
||||
/* Device bus definitions */
|
||||
#define SDL_HARDWARE_BUS_VIRTUAL 0x00
|
||||
#define SDL_HARDWARE_BUS_USB 0x03
|
||||
#define SDL_HARDWARE_BUS_BLUETOOTH 0x05
|
||||
|
||||
|
Reference in New Issue
Block a user