Example #1
0
func NumHaptics() int {
	return int(C.SDL_NumHaptics())
}
Example #2
0
func NumHaptics() int {
	return (int)(C.SDL_NumHaptics())
}