PointerLockControls constructor

PointerLockControls(
  1. Camera camera,
  2. GlobalKey<DomLikeListenableState> listenableKey
)

Implementation

PointerLockControls(this.camera, this.listenableKey) : super() {
  scope = this;
  connect();
}