SdlxSensorEvent constructor
SdlxSensorEvent({})
Implementation
SdlxSensorEvent({
super.type = SDL_EVENT_SENSOR_UPDATE,
super.reserved = 0,
super.timestamp = 0,
this.which = 0,
List<double>? data,
this.sensorTimestamp = 0,
}) {
this.data = data ?? [];
}