esfml icon indicating copy to clipboard operation
esfml copied to clipboard

Provide access to device sensors

Open intjelic opened this issue 12 years ago • 0 comments

Android sensors.

  • [ ] Accelerometer
  • [ ] Ambient Temperature
  • [ ] Gravity
  • [ ] Gyroscope
  • [ ] Light
  • [ ] Linear Acceleration
  • [ ] Magnetic Field
  • [ ] Orientation
  • [ ] Pressure
  • [ ] Proximity
  • [ ] Relative Humidity
  • [ ] Rotation Vector
  • [ ] Temperature

Consider not supporting Temperature, as it was officially deprecated in API 14. Also consider not supporting Orientation, as it was officially deprecated in API 8 (though some kind of method to equivalent to [SensorManager.getOrientation()](http://developer.android.com/reference/android/hardware/SensorManager.html#getOrientation%28float[], float[]%29) should be considered).

SFML's Joystick may be a sensible way to provide access to these sensors.

intjelic avatar Mar 01 '13 03:03 intjelic