func (h *Haptic) Close() { C.SDL_HapticClose(h.cptr()) }
func (haptic *Haptic) Close() { _haptic := (*C.SDL_Haptic)(unsafe.Pointer(haptic)) C.SDL_HapticClose(_haptic) }