Android - Detect Touch Pressure on capacitive touch screen?
问题 I've heard of: MotionEvent e; float press = e.getPressure(...); But this only returns 0 for no touch, and 1 when my finger touches the screen. Is it possible to find a value for the amount of pressure your finger is putting on the screen with touch capacitive screens? Or is my hunch correct that this will only work with resistive screens..? 回答1: MotionEvent().getPressure(i) should return a value between 0 and 1 based on the "pressure" placed on the screen. In reality for capacitive screens it