activegs-ios/Common.iphone/mouseView.h

15 lines
287 B
Objective-C

/*
ActiveGS, Copyright 2004-2016 Olivier Goguel, https://github.com/ogoguel/ActiveGS
Based on Kegs, Copyright 2004 Kent Dickey, https://kegs.sourceforge.net
This code is covered by the GNU GPL licence
*/
#import <UIKit/UIKit.h>
@interface mouseView : UIView {
CGPoint pt;
}
@end