SensorSpeed Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the sensor speed to monitor device sensors for changes.
public enum class SensorSpeed
public enum SensorSpeed
type SensorSpeed =
Public Enum SensorSpeed
- Inheritance
-
SensorSpeed
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The device default sensor speed. |
UI | 1 | Rate suitable for general user interface. |
Game | 2 | Rate suitable for games. |
Fastest | 3 | Get the sensor data as fast as possible. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.