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