gpt4 book ai didi

android--如何使用measure getPressure

转载 作者:行者123 更新时间:2023-11-30 03:58:09 26 4
gpt4 key购买 nike

我对如何使用 MotionEvent 的 getPressure 测量有疑问。我想测量用户触摸屏幕时施加在屏幕上的压力。谁能给我一些 sample 左右。

还有一个问题: getPressure:1.0 的返回由最强压力或设备定义。

最佳答案

mSensorManager = (SensorManager) getSystemService(Context.SENSOR_SERVICE);
mPressure = mSensorManager.getDefaultSensor(Sensor.TYPE_PRESSURE);// Get an instance of the sensor service, and use that to get an instance of a particular sensor.

public final void onSensorChanged(SensorEvent event) {
float millibars_of_pressure = event.values[0];//use the pressure value
}

关于android--如何使用measure getPressure,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13005362/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com