(To monitor screen contact events in game development, you need to rewrite the parent onTouchEvent method in View. In the rewritten method, users are prevented from touching some information on the screen, such as the X and Y coordinates of the screen, the event of the screen attack, the contact press, the contact lift, the contact move, the time of the screen attack, etc. Let's first look at the function prototype of onTouchEvent.)