unlock method

dynamic unlock()

Implementation

unlock() {
  scope.domElement.exitPointerLock();
}