- Afegit soport per a ratolí

This commit is contained in:
2023-06-04 18:27:39 +02:00
parent f92d483cde
commit 5cf871caed
3 changed files with 48 additions and 0 deletions

View File

@@ -27,4 +27,9 @@ namespace input
void updateKey(uint8_t key);
void updateKeypressed(uint8_t key);
int mouseX();
int mouseY();
bool mouseBtn(int btn);
}