add support for Apple Pencil and build for iOS
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <GLKit/GLKit.h>
|
||||
|
||||
@interface GameViewController : GLKViewController
|
||||
@interface GameViewController : GLKViewController <UIKeyInput>
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user