1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-18 17:23:16 +00:00

Updated timing logic for remote keyboard input

This commit is contained in:
Bryan Roe
2020-11-20 11:10:24 -08:00
parent 473777c14b
commit cb131ae141
5 changed files with 325 additions and 47 deletions

View File

@@ -402,5 +402,7 @@ struct keymap_t {
extern void MouseAction(double absX, double absY, int button, short wheel, Display *display);
extern void KeyAction(unsigned char vk, int up, Display *display);
extern void KeyActionUnicode(uint16_t unicode, int up, Display *display);
extern void KeyActionUnicode_UNMAP_ALL(Display *display);
#endif /* LINUX_EVENTS_H_ */