#pragma once #include namespace input { void init(); bool anyKey(); bool keyPressed(uint8_t tecla); uint8_t getKey(); void updateKey(uint8_t key); }