- [NEW] input::anyKeyPressed()
This commit is contained in:
@@ -35,6 +35,11 @@ namespace input
|
||||
return keydown != 0;
|
||||
}
|
||||
|
||||
bool anyKeyPressed()
|
||||
{
|
||||
return keypressed != 0;
|
||||
}
|
||||
|
||||
// Torna el codi de la tecla que està sent polsada ara mateix
|
||||
const uint8_t whichKey()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user