feat(nds): improve key input system

This commit is contained in:
2026-02-10 16:28:54 +01:00
parent 38b36d0e1c
commit a95feb223e
16 changed files with 59 additions and 102 deletions

View File

@@ -538,7 +538,7 @@ const slide = (rowDir: number, colDir: number) => {
}
};
useKeyDown((key) => {
useKeyDown(({ key }) => {
if (isAnimating.value) return;
switch (key) {
// TODO: remove this, testing only