flycast/shell/apple/emulator-ios/emulator/EmulatorView.h

13 lines
176 B
C
Raw Normal View History

//
// Copyright (c) 2015 reicast. All rights reserved.
//
#import <GLKit/GLKit.h>
2021-08-06 08:30:30 +00:00
#include "ios_mouse.h"
@interface EmulatorView : GLKView
2021-08-06 08:30:30 +00:00
@property IOSMouse *mouse;
@end