Home > @rainway/web > InputLevel
InputLevel enum
A bitmask of kinds of input a client can control in a stream.
Signature:
export declare enum InputLevel
Enumeration Members
| Member | Value | Description |
|---|---|---|
| All | 63 | Allow gamepad, mouse, and keyboard input. This does not include clipboard access (InputLevel.Clipboard). |
| Clipboard | 64 | Allow the client to read from and write to the remote clipboard. |
| Gamepad | 15 | |
| GamepadPort1 | 1 | |
| GamepadPort2 | 2 | |
| GamepadPort3 | 4 | |
| GamepadPort4 | 8 | |
| Keyboard | 32 | |
| Mouse | 16 | |
| None | 0 |
