- [NEW] mouse.discard()

This commit is contained in:
2025-06-20 13:49:59 +02:00
parent f154e1a36b
commit 7bff57c6fa
4 changed files with 20 additions and 1 deletions

1
mini.h
View File

@@ -219,6 +219,7 @@ int mousey();
int mwheel();
bool mbtn(uint8_t i);
bool mbtnp(uint8_t i);
void mdiscard();
float time();
bool beat(int16_t i);