Home > @rainway/web > InboundStream > sendInput
InboundStream.sendInput() method
Send a simulated input event (keyboard, gamepad, etc) to the remote stream, as though the user had performed such an input.
Signature:
sendInput(input: OutgoingInput): void;
Parameters
Parameter | Type | Description |
---|---|---|
input | OutgoingInput | The input message to send. |
Returns:
void