Event.SensorEvent

Sensor event parameters

struct Event
struct SensorEvent {}

Members

Variables

type
Sensor.Type type;

Type of the sensor

x
float x;

Current value of the sensor on X axis

y
float y;

Current value of the sensor on Y axis

z
float z;

Current value of the sensor on Z axis

Meta