- [NEW] mbtnp() added

This commit is contained in:
2023-01-27 19:50:49 +01:00
parent 5e4f0559c4
commit c335edee57
4 changed files with 19 additions and 1 deletions

1
mini.h
View File

@@ -212,6 +212,7 @@ int mousex();
int mousey();
int mwheel();
bool mbtn(uint8_t i);
bool mbtnp(uint8_t i);
float time();