Home > @rainway/web > RainwayInputEvent
RainwayInputEvent interface
Signature:
export interface RainwayInputEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
heldKeys | readonly | HeldKeys | Which keyboard keys are currently held? |
input | readonly | 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. |