InputManager
class InputManager {
get cursorLock(): boolean;
get isActiveInput(): boolean;
get activeInput(): HTMLInputElement | null;
destroy(): void;
}
class InputManager {
get cursorLock(): boolean;
get isActiveInput(): boolean;
get activeInput(): HTMLInputElement | null;
destroy(): void;
}