frontend: support input + refactoring

This commit is contained in:
2025-08-10 01:24:39 -06:00
parent 9afd4e63c4
commit d5e341e232
16 changed files with 612 additions and 41 deletions
+12
View File
@@ -0,0 +1,12 @@
// 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';