Searched refs:ffeffect (Results 1 – 4 of 4) sorted by relevance
236 if (device->ffeffect) { in JoystickDeviceWasRemovedCallback()237 FreeRumbleEffectData(device->ffeffect); in JoystickDeviceWasRemovedCallback()238 device->ffeffect = NULL; in JoystickDeviceWasRemovedCallback()872 device->ffeffect = CreateRumbleEffectData(magnitude); in DARWIN_JoystickInitRumble()873 if (!device->ffeffect) { in DARWIN_JoystickInitRumble()878 device->ffeffect, &device->ffeffect_ref); in DARWIN_JoystickInitRumble()903 FFPERIODIC *periodic = ((FFPERIODIC *)device->ffeffect->lpvTypeSpecificParams); in DARWIN_JoystickRumble()906 result = FFEffectSetParameters(device->ffeffect_ref, device->ffeffect, in DARWIN_JoystickRumble()
51 FFEFFECT *ffeffect; member
78 DIEFFECT *ffeffect; member
1023 joystick->hwdata->ffeffect = CreateRumbleEffectData(magnitude); in SDL_DINPUT_JoystickInitRumble()1024 if (!joystick->hwdata->ffeffect) { in SDL_DINPUT_JoystickInitRumble()1029 … joystick->hwdata->ffeffect, &joystick->hwdata->ffeffect_ref, NULL); in SDL_DINPUT_JoystickInitRumble()1049 DIPERIODIC *periodic = ((DIPERIODIC *)joystick->hwdata->ffeffect->lpvTypeSpecificParams); in SDL_DINPUT_JoystickRumble()1052 …tEffect_SetParameters(joystick->hwdata->ffeffect_ref, joystick->hwdata->ffeffect, (DIEP_DURATION |… in SDL_DINPUT_JoystickRumble()1056 …tEffect_SetParameters(joystick->hwdata->ffeffect_ref, joystick->hwdata->ffeffect, (DIEP_DURATION |… in SDL_DINPUT_JoystickRumble()1263 if (joystick->hwdata->ffeffect) { in SDL_DINPUT_JoystickClose()1264 FreeRumbleEffectData(joystick->hwdata->ffeffect); in SDL_DINPUT_JoystickClose()1265 joystick->hwdata->ffeffect = NULL; in SDL_DINPUT_JoystickClose()
Completed in 10 milliseconds