keyboard mapping

This commit is contained in:
Ondřej Novák 2025-01-28 10:21:43 +01:00
parent b6c5658b48
commit bf59962724
7 changed files with 392 additions and 49 deletions

View file

@ -36,6 +36,7 @@ void SetWheelMapping(char up, char down);
char get_control_key_state(void);
char get_shift_key_state(void);
char get_capslock_state(void);
void display_error(const char *text);
int stricmp(const char *a, const char *b);