> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# useInput

> Register the input library.

# useInput

## Summary

Register the input library.

## Signature

```typescript theme={null}
useInput(library: IInputLibrary): void;
```

## Parameters

### library

**Type**:`IInputLibrary`

Input library instance (e.g. InputLibrary).

## Returns

**Type**:`void`

Register the input library.
