Esempio n. 1
0
func (h *Haptic) Unpause() int {
	return int(C.SDL_HapticUnpause(h.cptr()))
}
Esempio n. 2
0
func (haptic *Haptic) Unpause() int {
	_haptic := (*C.SDL_Haptic)(unsafe.Pointer(haptic))
	return (int)(C.SDL_HapticUnpause(_haptic))
}