@@ -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);
The note is not visible to the blocked user.