Edit

kc3-lang/SDL/src/haptic

Branch :

  • Show log

    Commit

  • Author : Cameron Gutman
    Date : 2021-11-09 23:45:32
    Hash : 6b64c47b
    Message : 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.