On this page

Type Alias EventsInProgress

type EventsInProgress = {
    drag?: EventInProgress;
    pitch?: EventInProgress;
    roll?: EventInProgress;
    rotate?: EventInProgress;
    zoom?: EventInProgress;
}
Index

Properties

Was this helpful?
SDK JS
Reference
EventsInProgress