SDL/src/haptic/windows
Cameron Gutman 6b64c47b69 haptics: Enumerate XInput/DInput joysticks after haptic init
Since the haptic subsystem is usually initialized after the joystick subsystem,
the initial calls to HapticMaybeAddDevice() from inside SDL_JoystickInit() will
arrive too early to be handled by the haptic subsystem. We need to add those
haptic devices for those already present joysticks ourselves.
2021-11-09 23:46:34 -06:00
..
SDL_dinputhaptic.c haptic: Don't enumerate joysticks if the joystick subsystem is active 2021-11-09 01:43:44 -06:00
SDL_dinputhaptic_c.h Rename haptic methods to avoid confusion with joystick: 2021-06-10 16:41:09 -07:00
SDL_windowshaptic.c haptics: Enumerate XInput/DInput joysticks after haptic init 2021-11-09 23:46:34 -06:00
SDL_windowshaptic_c.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_xinputhaptic.c haptic: Don't enumerate joysticks if the joystick subsystem is active 2021-11-09 01:43:44 -06:00
SDL_xinputhaptic_c.h Rename haptic methods to avoid confusion with joystick: 2021-06-10 16:41:09 -07:00