- Implementat keyPressed

This commit is contained in:
2023-06-04 14:26:34 +02:00
parent 312bed64da
commit f92d483cde
4 changed files with 13 additions and 8 deletions

View File

@@ -25,5 +25,6 @@ namespace input
/// @return Quina tecla està sent polsada
const uint8_t whichKey();
void update(uint8_t key, uint8_t keyp);
void updateKey(uint8_t key);
void updateKeypressed(uint8_t key);
}