- [FIX] l'animació no funcionava be

- Versió del Update dels actors per al Editor
- [NEW] gui::TextBox
- [NEW] input::getKeyPressed()
- Acabant el editor...
This commit is contained in:
2023-10-05 18:55:51 +02:00
parent a141d11760
commit 543c6a81e3
7 changed files with 80 additions and 10 deletions

View File

@@ -25,6 +25,8 @@ namespace input
/// @return Quina tecla està sent polsada
const uint8_t whichKey();
const uint8_t getKeyPressed();
void updateKey(uint8_t key);
void updateKeypressed(uint8_t key);
void updateClk(uint8_t btn);