Skip to content

Commit

Permalink
Merge pull request #67 from BlaXpirit/master
Browse files Browse the repository at this point in the history
Remove non-ASCII symbols in Sensor.h
  • Loading branch information
LaurentGomila committed Feb 27, 2015
2 parents caf9aba + d849c0e commit 944b267
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/SFML/Window/Sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
////////////////////////////////////////////////////////////
typedef enum
{
sfSensorAccelerometer, ///< Measures the raw acceleration (m/s²)
sfSensorAccelerometer, ///< Measures the raw acceleration (m/s^2)
sfSensorGyroscope, ///< Measures the raw rotation rates (degrees/s)
sfSensorMagnetometer, ///< Measures the ambient magnetic field (micro-teslas)
sfSensorGravity, ///< Measures the direction and intensity of gravity, independent of device acceleration (m/s²)
sfSensorUserAcceleration, ///< Measures the direction and intensity of device acceleration, independent of the gravity (m/s²)
sfSensorGravity, ///< Measures the direction and intensity of gravity, independent of device acceleration (m/s^2)
sfSensorUserAcceleration, ///< Measures the direction and intensity of device acceleration, independent of the gravity (m/s^2)
sfSensorOrientation, ///< Measures the absolute 3D orientation (degrees)

sfSensorCount ///< Keep last -- the total number of sensor types
Expand Down

0 comments on commit 944b267

Please sign in to comment.