Interface IInput
Namespace: Unity.RenderStreaming
Syntax
public interface IInput
Properties
RemoteGamepad
Declaration
Gamepad RemoteGamepad { get; }
Property Value
| Type | Description |
|---|---|
| Gamepad |
RemoteKeyboard
Declaration
Keyboard RemoteKeyboard { get; }
Property Value
| Type | Description |
|---|---|
| Keyboard |
RemoteMouse
Declaration
Mouse RemoteMouse { get; }
Property Value
| Type | Description |
|---|---|
| Mouse |
RemoteTouchscreen
Declaration
Touchscreen RemoteTouchscreen { get; }
Property Value
| Type | Description |
|---|---|
| Touchscreen |