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

@ -16,8 +16,11 @@ extern "C" {
#include <devices.h>
char get_control_key_state();
char get_shift_key_state();
char get_control_key_state(void);
char get_shift_key_state(void);
char get_capslock_state(void);
uint32_t _bios_keybrd(int mode);
void SetWheelMapping(char up, char down);
void get_ms_event(MS_EVENT *event);