Ejemplo n.º 1
0
func GetTouchDevice(index int) TouchID {
	_index := (C.int)(index)
	return (TouchID)(C.SDL_GetTouchDevice(_index))
}
Ejemplo n.º 2
0
func GetTouchDevice(index int) TouchID {
	return TouchID(C.SDL_GetTouchDevice(C.int(index)))
}