Moving mouse pointer on Android screen programmatically
问题 I am developing an Android application where I would like to move the "mouse" pointer/cursor on an Android tablet. I know this is possible because when I connect a mouse (USB or BT) to an Android tablet (Honeycomb+), a cursor appears and I can interact with the tablet using the mouse only. I would like to control that mouse from Java on the Tablet. I already have a second device that can communicate the tablet and which can stream pointer coordinates to it. And no I can't use bluetooth. The