问题
I found there are two ways to use the Sensor API:
1.Windows.Devices.Sensors, like LightSensor class
2.Traditional Sensor API
My device is Win10, and I knew the first method(Windows.Devices.Sensors) is modest to use; However, it need to use Universal Windows Platform(VS2015), but I don't want to use the UWP in this case.
I want to know whether the second method(Traditional Sensor API) can be used in the Win10?
Thanks!
来源:https://stackoverflow.com/questions/40232224/selection-of-sensor-api-on-win10