Check if pointer is locked (true if locked) * @return {boolean} * @memberof Input
()
| 318 | * @return {boolean} |
| 319 | * @memberof Input */ |
| 320 | function pointerLockIsActive() |
| 321 | { return document.pointerLockElement === mainCanvas; } |
| 322 | |
| 323 | /////////////////////////////////////////////////////////////////////////////// |
| 324 | // Input variables used by engine |
no outgoing calls
no test coverage detected