- [NEW] Gamepad support (not tested)

- [NEW] pad(), padp(), gamepad constants
This commit is contained in:
2023-01-18 18:43:27 +01:00
parent e53befb700
commit b96e80ab1d
3 changed files with 87 additions and 4 deletions

4
mini.h
View File

@@ -204,6 +204,10 @@ int wbtnp();
bool btnp(uint8_t i);
bool anykey();
bool pad(int8_t i);
bool padp(int8_t i);
int wpad();
int mousex();
int mousey();
int mwheel();