diff --git a/types/three/examples/jsm/controls/OrbitControls.d.ts b/types/three/examples/jsm/controls/OrbitControls.d.ts index c13a77e42..f8165672e 100644 --- a/types/three/examples/jsm/controls/OrbitControls.d.ts +++ b/types/three/examples/jsm/controls/OrbitControls.d.ts @@ -230,6 +230,11 @@ export class OrbitControls { */ listenToKeyEvents(domElement: HTMLElement | Window): void; + /** + * Removes the key event listener previously defined with {@link listenToKeyEvents}. + */ + stopListenToKeyEvents(): void; + /** * Save the current state of the controls. This can later be * recovered with .reset.