@return whether the screen is currently touched.
()
| 712 | |
| 713 | /** @return whether the screen is currently touched. */ |
| 714 | public boolean isTouched (); |
| 715 | |
| 716 | /** @return whether a new touch down event just occurred. */ |
| 717 | public boolean justTouched (); |
no outgoing calls