- Jo que se, moltes coses

This commit is contained in:
2024-01-29 06:59:46 +01:00
parent a690619865
commit 3832fdf5e4
13 changed files with 1068 additions and 399 deletions

View File

@@ -1,5 +1,7 @@
#pragma once
#include <stdint.h>
namespace input
{
void init();
@@ -7,4 +9,6 @@ namespace input
bool anyKey();
bool keyPressed(uint8_t tecla);
uint8_t getKey();
}
void updateKey(uint8_t key);
}