Add base android

This commit is contained in:
vCaesar 2017-01-15 18:32:23 +08:00
parent 2f7b62ab4e
commit 6535ef7aa0
2 changed files with 4 additions and 0 deletions

2
event/android/event_c.h Normal file
View File

@ -0,0 +1,2 @@
#include <linux/input.h>
#include <string.h>

2
event/ios/event_c.h Normal file
View File

@ -0,0 +1,2 @@
#include <AppKit/NSEvent.h>
#include <string.h>