- [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:
@@ -41,6 +41,12 @@ namespace input
|
||||
return keydown;
|
||||
}
|
||||
|
||||
// Torna el codi de la tecla que està sent polsada ara mateix
|
||||
const uint8_t getKeyPressed()
|
||||
{
|
||||
return keypressed;
|
||||
}
|
||||
|
||||
void updateKey(uint8_t key)
|
||||
{
|
||||
keydown = key;
|
||||
|
||||
Reference in New Issue
Block a user