Ejemplo n.º 1
0
func HapticIndex(h *Haptic) int {
	return int(C.SDL_HapticIndex(h.cptr()))
}
Ejemplo n.º 2
0
func HapticIndex(haptic *Haptic) int {
	_haptic := (*C.SDL_Haptic)(unsafe.Pointer(haptic))
	return (int)(C.SDL_HapticIndex(_haptic))
}