Sensor.Type Enumeration

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)
Syntax
public enum Type
Public Enumeration Type
public enum class Type
type Type
Members
  Member nameValueDescription
Accelerometer0Measures the raw acceleration (m/s^2)
Gyroscope1Measures the raw rotation rates (degrees/s)
Magnetometer2Measures the ambient magnetic field (micro-teslas)
Gravity3Measures the direction and intensity of gravity, independent of device acceleration (m/s^2)
UserAcceleration4Measures the direction and intensity of device acceleration, independent of the gravity (m/s^2)
Orientation5Measures the absolute 3D orientation (degrees)
TypeCount6Keep last -- the total number of sensor types
See Also