microsoft / Windows-classic-samples

This repo contains samples that demonstrate the API used in Windows classic desktop applications.
Other
5.1k stars 3.23k forks source link

SENSOR_TYPE_AGGREGATED_SIMPLE_DEVICE_ORIENTATION of sensor api at w11 22621 can't found #270

Open Jeaninezz opened 2 years ago

Jeaninezz commented 2 years ago

I found that use the com call SENSOR_TYPE_AGGREGATED_SIMPLE_DEVICE_ORIENTATION type is not support in win11 22621.

You could reproduce the issue with Ambient light sensor sample. Reproduction step: Use SENSOR_TYPE_AGGREGATED_SIMPLE_DEVICE_ORIENTATION instead of SENSOR_TYPE_AMBIENT_LIGHT.

Here is the result:

image