Exemplo n.º 1
0
func (h *Haptic) Query() uint {
	return uint(C.SDL_HapticQuery(h.cptr()))
}
Exemplo n.º 2
0
func (haptic *Haptic) Query() uint {
	_haptic := (*C.SDL_Haptic)(unsafe.Pointer(haptic))
	return (uint)(C.SDL_HapticQuery(_haptic))
}