add: hold down key && core: create get_key to simplify keyboard usage
This commit is contained in:
@ -103,3 +103,5 @@ struct key_event {
|
||||
uint8_t c;
|
||||
uint8_t scan_code;
|
||||
};
|
||||
|
||||
struct key_event get_key(void);
|
||||
Reference in New Issue
Block a user