SFML.Net
SensorType Enumeration |
Sensor types
Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)


Member name | Value | Description | |
---|---|---|---|
Accelerometer | 0 | Measures the raw acceleration (m/s^2) | |
Gyroscope | 1 | Measures the raw rotation rates (degrees/s) | |
Magnetometer | 2 | Measures the ambient magnetic field (micro-teslas) | |
Gravity | 3 | Measures the direction and intensity of gravity, independent of device acceleration (m/s^2) | |
UserAcceleration | 4 | Measures the direction and intensity of device acceleration, independent of the gravity (m/s^2) | |
Orientation | 5 | Measures the absolute 3D orientation (degrees) | |
TypeCount | 6 | Keep last -- the total number of sensor types |
