Files
gamestream-webtransport-proxy/frontend/src/lib/proto/input-event.ts
T

13 lines
684 B
TypeScript

// automatically generated by the FlatBuffers compiler, do not modify
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
export { Input } from './input-event/input.js';
export { InputEvent } from './input-event/input-event.js';
export { KeyAction } from './input-event/key-action.js';
export { KeyboardInput } from './input-event/keyboard-input.js';
export { ModifierState } from './input-event/modifier-state.js';
export { MouseButton } from './input-event/mouse-button.js';
export { MouseInput } from './input-event/mouse-input.js';
export { MouseMovement } from './input-event/mouse-movement.js';