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