Searched refs:nplaying (Results 1 – 6 of 6) sorted by relevance
45 int nplaying; /* Maximum amount of effects to play at the same time */ member
420 return haptic->nplaying; in SDL_HapticNumEffectsPlaying()
176 haptic->nplaying = 1; in SDL_XINPUT_HapticOpenFromUserIndex()
409 haptic->nplaying = 128; /* Even more impossible to get this then neffects. */ in SDL_DINPUT_HapticOpenFromDevice()
419 haptic->nplaying = haptic->neffects; /* Linux makes no distinction. */ in SDL_SYS_HapticOpenFromFD()
435 haptic->nplaying = features.playbackCapacity; in GetSupportedFeatures()