Home > @rainway/web > RainwayInputEvent
RainwayInputEvent interface
Signature:
export interface RainwayInputEvent
Properties
Property | Type | Description |
---|---|---|
heldKeys | HeldKeys | Which keyboard keys are currently held? |
input | OutgoingInput | The input made on the local web page, about to be sent to the remote. |
preventDefault | () => void | Prevents this input from going to the remote. |