Exemplo n.º 1
0
func NumHaptics() int {
	return int(C.SDL_NumHaptics())
}
Exemplo n.º 2
0
func NumHaptics() int {
	return (int)(C.SDL_NumHaptics())
}