示例#1
0
func MouseIsHaptic() int {
	return int(C.SDL_MouseIsHaptic())
}
示例#2
0
func MouseIsHaptic() int {
	return (int)(C.SDL_MouseIsHaptic())
}