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