func (h *Haptic) StopAll() int { return int(C.SDL_HapticStopAll(h.cptr())) }
func (haptic *Haptic) StopAll() int { _haptic := (*C.SDL_Haptic)(unsafe.Pointer(haptic)) return (int)(C.SDL_HapticStopAll(_haptic)) }