mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 02:08:33 +00:00
Add base android
This commit is contained in:
parent
2f7b62ab4e
commit
6535ef7aa0
2 changed files with 4 additions and 0 deletions
2
event/android/event_c.h
Normal file
2
event/android/event_c.h
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#include <linux/input.h>
|
||||
#include <string.h>
|
||||
2
event/ios/event_c.h
Normal file
2
event/ios/event_c.h
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#include <AppKit/NSEvent.h>
|
||||
#include <string.h>
|
||||
Loading…
Reference in a new issue