SFML - Simple and Fast Multimedia Library
From SMFL 2.3.2
sf::Event::SensorEvent Struct Reference
Sensor event parameters (SensorChanged) More...
#include <Event.hpp>
Public Attributes | |
| Sensor::Type | type |
| Type of the sensor. More... | |
| float | x |
| Current value of the sensor on X axis. More... | |
| float | y |
| Current value of the sensor on Y axis. More... | |
| float | z |
| Current value of the sensor on Z axis. More... | |
Detailed Description
Member Data Documentation
| Sensor::Type sf::Event::SensorEvent::type |
| float sf::Event::SensorEvent::x |
| float sf::Event::SensorEvent::y |
| float sf::Event::SensorEvent::z |
The documentation for this struct was generated from the following file: