标签: android libgdx
使用此代码,我只能使用键盘上的右箭头移动。当我触摸我的测试设备时,如何才能正确移动?
if (deviceFound == null) { UsbManager manager = (UsbManager) getSystemService(Context.USB_SERVICE); }