This commit is contained in:
parent
728983b92c
commit
14e908488c
2 changed files with 57 additions and 33 deletions
|
|
@ -104,7 +104,11 @@
|
|||
- (void)destroy;
|
||||
- (NSBitmapImageRep*)getRep;
|
||||
- (void)setChild;
|
||||
- (void)drawRectSub:(NSRect)dirtyRect;
|
||||
@end
|
||||
|
||||
@interface MilskoCocoaSubView : MilskoCocoaView {
|
||||
}
|
||||
@end
|
||||
|
||||
@interface MilskoCocoa : NSObject {
|
||||
|
|
@ -125,6 +129,8 @@
|
|||
|
||||
MwBool pointerLocked;
|
||||
MwBool mouseMoved;
|
||||
|
||||
MwBool rejectFirstTest;
|
||||
}
|
||||
|
||||
+ (MilskoCocoa*)newWithParent:(MwLL)parent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue