PointerLockControls constructor
PointerLockControls(
- Camera camera,
- GlobalKey<
DomLikeListenableState> listenableKey
Implementation
PointerLockControls(this.camera, this.listenableKey) : super() {
scope = this;
connect();
}