10 lines
132 B
C++
10 lines
132 B
C++
#pragma once
|
|
|
|
namespace input
|
|
{
|
|
void init();
|
|
|
|
bool anyKey();
|
|
bool keyPressed(uint8_t tecla);
|
|
uint8_t getKey();
|
|
} |