标签: android touch usb
我发现这个帖子很有用
Android Tablet: working with external trackpad and touchpad(drawing)
是否可以模拟触摸板发送到平板电脑或迷你电脑的值
答案 0 :(得分:2)
IIUC,如果您想在运行时找到它,那么您可以使用InputManager和InputDevice来获取输入设备的属性。
这些two links也应该有用。