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
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
9be36b0755
commit
9d7a75394c
2 changed files with 58 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue