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:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user