SFML
Simple and Fast Multimedia Library
Loading...
Searching...
No Matches
sf::Event::SensorChanged Struct Reference

Sensor event subtype. More...

#include <Event.hpp>

Public Attributes

Sensor::Type type {}
 Type of the sensor.
Vector3f value
 Current value of the sensor on the X, Y, and Z axes.

Detailed Description

Sensor event subtype.

Member Data Documentation

◆ type

Sensor::Type sf::Event::SensorChanged::type {}

Type of the sensor.

◆ value

Vector3f sf::Event::SensorChanged::value

Current value of the sensor on the X, Y, and Z axes.


The documentation for this struct was generated from the following file: