mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-07 23:20:36 -04:00
keyboard mapping
This commit is contained in:
parent
b6c5658b48
commit
bf59962724
7 changed files with 392 additions and 49 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue