Loading...
Searching...
No Matches
sf::Event::SensorEvent Struct Reference
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. |
Detailed Description
Member Data Documentation
◆ type
Sensor::Type sf::Event::SensorEvent::type |
◆ x
float sf::Event::SensorEvent::x |
◆ y
float sf::Event::SensorEvent::y |
◆ z
float sf::Event::SensorEvent::z |
The documentation for this struct was generated from the following file: