In PR #49, PointerLockOptions is introduced. However, unadjustedMovement of PointerLockOptions might not be supported on all platforms. A static field could be useful to determine whether it is supported before directly using it in PointerLockOptions and get a not supported error.
In PR #49,
PointerLockOptions
is introduced. However,unadjustedMovement
ofPointerLockOptions
might not be supported on all platforms. A static field could be useful to determine whether it is supported before directly using it inPointerLockOptions
and get a not supported error.