mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Update and fmt event
This commit is contained in:
parent
cfc16a18d1
commit
78bf25f1e0
@ -13,11 +13,11 @@
|
||||
#include <IOKit/hidsystem/IOHIDLib.h>
|
||||
#include <IOKit/hidsystem/IOHIDParameter.h>
|
||||
#endif
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "../iohook.h"
|
||||
|
||||
// #include "../logger_c.h"
|
||||
#include "input.h"
|
||||
// #include "../logger_c.h"
|
||||
|
||||
IOHOOK_API screen_data* hook_create_screen_info(unsigned char *count) {
|
||||
CGError status = kCGErrorFailure;
|
||||
|
@ -6,13 +6,13 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "../iohook.h"
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
#ifdef USE_XTEST
|
||||
#include <X11/extensions/XTest.h>
|
||||
#endif
|
||||
|
||||
#include "../iohook.h"
|
||||
#include "input.h"
|
||||
// #include "../logger.h"
|
||||
|
||||
|
@ -11,7 +11,6 @@
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
#include "../iohook.h"
|
||||
|
||||
#include <X11/keysym.h>
|
||||
#include <X11/Xlibint.h>
|
||||
@ -31,6 +30,7 @@
|
||||
// #pragma message("... Assuming single-head display.")
|
||||
#endif
|
||||
|
||||
#include "../iohook.h"
|
||||
// #include "../logger.h"
|
||||
#include "input.h"
|
||||
|
||||
|
@ -6,7 +6,6 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "../iohook.h"
|
||||
#include <X11/Xlib.h>
|
||||
#ifdef USE_XKB
|
||||
#include <X11/XKBlib.h>
|
||||
@ -28,6 +27,7 @@ static XtAppContext xt_context;
|
||||
static Display *xt_disp;
|
||||
#endif
|
||||
|
||||
#include "../iohook.h"
|
||||
#include "input.h"
|
||||
// #include "../logger.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user