Hello, Is there any way to know the true pressure range for a device? When using getMotionRange <http://developer.android.com/reference/android/view/InputDevice.html#getMotionRange(int)>for AXIS_PRESSURE <http://developer.android.com/reference/android/view/MotionEvent.html#AXIS_PRESSURE>I always get 1 (getMax <http://developer.android.com/reference/android/view/InputDevice.MotionRange.html#getMax()>= 1 and getMin<http://developer.android.com/reference/android/view/InputDevice.MotionRange.html#getMin()>= 0) while with some devices I get pressure values bigger than 1 and with other devices the pressure range seems to be 0-0.1.
Thanks in advance. -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

