Type Alias EventsInProgress
type EventsInProgress = {
drag?: EventInProgress;
pitch?: EventInProgress;
roll?: EventInProgress;
rotate?: EventInProgress;
zoom?: EventInProgress;
}
drag?: EventInProgress;
pitch?: EventInProgress;
roll?: EventInProgress;
rotate?: EventInProgress;
zoom?: EventInProgress;
}
Was this helpful?