Hi, I'm trying to find out if there is an easy way to check whether or not the screen is currently being touched.
I know about
public boolean surfaceTouchEvent(MotionEvent event)
but it doesn't return a boolean, at least not in a way I expect it to. Any ideas?