Cached element call returning the fullscreen element specific to the clients fullscreen API.
Cached exit call of the clients specific pointer lock API.
Cached request call of the clients specific pointer API.
Returns whether or not a pointer lock element exists, indicating if pointer lock is active or not.
Exit pointer lock. The function considers various platform specific pointer lock interfaces, i.e., native, moz, and webkit.
Query and cache the client specific pointer lock API.
Requests pointer lock for a given element. If another element is already in pointer lock, it is unlocked first. The function considers various platform specific pointer lock interfaces, i.e., native, moz, and webkit.
Element to toggle pointer lock state of.
Utility class providing simplified access to the clients pointer lock API.