mac
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoIxD 2026-04-13 16:09:28 -07:00
commit 14e908488c
2 changed files with 57 additions and 33 deletions

View file

@ -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