Home
last modified time | relevance | path

Searched refs:rumble_effect (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/haptic/
DSDL_haptic.c753 SDL_HapticEffect *efx = &haptic->rumble_effect; in SDL_HapticRumbleInit()
781 haptic->rumble_id = SDL_HapticNewEffect(haptic, &haptic->rumble_effect); in SDL_HapticRumbleInit()
813 efx = &haptic->rumble_effect; in SDL_HapticRumblePlay()
824 if (SDL_HapticUpdateEffect(haptic, haptic->rumble_id, &haptic->rumble_effect) < 0) { in SDL_HapticRumblePlay()
DSDL_syshaptic.h53 SDL_HapticEffect rumble_effect; /* Rumble effect. */ member