|
|
@ -94,7 +94,7 @@ void reset_key_report();
|
|
|
|
void handle_synthetic_key_press(byte switchState, Key mappedKey);
|
|
|
|
void handle_synthetic_key_press(byte switchState, Key mappedKey);
|
|
|
|
void handle_mouse_key_press(byte switchState, Key mappedKey, char &x, char &y);
|
|
|
|
void handle_mouse_key_press(byte switchState, Key mappedKey, char &x, char &y);
|
|
|
|
void send_key_events();
|
|
|
|
void send_key_events();
|
|
|
|
|
|
|
|
void send_key_event(byte row, byte col);
|
|
|
|
void press_key(Key mappedKey);
|
|
|
|
void press_key(Key mappedKey);
|
|
|
|
void release_key(Key mappedKey);
|
|
|
|
void release_key(Key mappedKey);
|
|
|
|
|
|
|
|
|
|
|
|