Documentation of SFML 2.6.0
Warning: this page refers to an old version of SFML. Click here to switch to the latest version.Loading...
Searching...
No Matches
Sensor event parameters (SensorChanged) More...
#include <SFML/Window/Event.hpp>
Public Attributes | |
Sensor::Type | type |
Type of the sensor. | |
float | x |
Current value of the sensor on X axis. | |
float | y |
Current value of the sensor on Y axis. | |
float | z |
Current value of the sensor on Z axis. | |
Sensor::Type sf::Event::SensorEvent::type |
float sf::Event::SensorEvent::x |
float sf::Event::SensorEvent::y |
float sf::Event::SensorEvent::z |