Closed MobileMon closed 11 years ago
One thing you can try is implement onMove(...) and watch for event.getAction() == MotionEvent.ACTION_OUTSIDE. You will receive one ACTION_OUTSIDE event when the user first touches outside. And then use the Editor to move the window.
If I touch the screen outside of where the window is positioned, is there any way to move the window there?