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
@@ -0,0 +1,8 @@
// 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 enum KeyAction {
DOWN = 0,
UP = 1
}