Skip to main content

InputManager

class InputManager {
get cursorLock(): boolean;

get isActiveInput(): boolean;

get activeInput(): HTMLInputElement | null;

destroy(): void;
}