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