Hide Mouse Pointer on Android
问题 I'm writing a game for OUYA and Android and I'm using the trackpad on the OUYA controller. When ever you touch it a mouse pointer comes up and I can't find a way to hide it. I image this would be a problem for games on an Android netbook as well. Has anyone found a way to interact with the cursor instead of just listening for events? 回答1: This won't hide the mouse, but it will at least help prevent touch events from interfering with your joystick processing code -- not a proper solution I