Web SDK - RainwayInputEvent

Home > @rainway/web > RainwayInputEvent

RainwayInputEvent interface

Signature:

export interface RainwayInputEvent 

Properties

PropertyModifiersTypeDescription
heldKeysreadonlyHeldKeysWhich keyboard keys are currently held?
inputreadonlyOutgoingInputThe input made on the local web page, about to be sent to the remote.
preventDefault() => voidPrevents this input from going to the remote.