Web SDK - InputLevel

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

MemberValueDescription
All63Allow gamepad, mouse, and keyboard input. This does not include clipboard access (InputLevel.Clipboard).
Clipboard64Allow the client to read from and write to the remote clipboard.
Gamepad15
GamepadPort11
GamepadPort22
GamepadPort34
GamepadPort48
Keyboard32
Mouse16
None0