Home > rainway-sdk > KeyboardInput
KeyboardInput variable
Signature:
KeyboardInput: {
discriminator: 7;
encode(message: IKeyboardInput): Uint8Array;
encodeInto(message: IKeyboardInput, view: BebopView): number;
decode(buffer: Uint8Array): IKeyboardInput;
readFrom(view: BebopView): IKeyboardInput;
}