mac: implement clipboard (At the cost of making the pending function a crime against god)
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-03-05 21:58:22 -07:00
commit 9d7a75394c
2 changed files with 58 additions and 1 deletions

View file

@ -80,6 +80,8 @@
MilskoCocoaView *view;
MwLL parent;
MilskoFakePointer *handle;
NSUInteger strHash;
MwBool pendingTicker;
}
+ (MilskoCocoa *)newWithParent:(MwLL)parent
@ -118,6 +120,7 @@
- (void)getCursorCoord:(MwPoint *)point;
- (void)getScreenSize:(MwRect *)rect;
- (void)destroy;
- (void)sendClipboardEvent;
- (NSWindow *)parentWindow;
- (NSView *)getView;