mirror of
https://github.com/sindresorhus/touch-bar-simulator
synced 2024-12-05 01:59:09 +00:00
de1c9145d4
Fixes #11 Fixes #28 Fixes #29
10 lines
384 B
Objective-C
10 lines
384 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
CGDisplayStreamRef SLSDFRDisplayStreamCreate(int displayID, dispatch_queue_t queue, CGDisplayStreamFrameAvailableHandler handler);
|
|
CGSize DFRGetScreenSize(void);
|
|
void DFRSetStatus(int);
|
|
void DFRFoundationPostEventWithMouseActivity(NSEventType type, CGPoint point);
|
|
|
|
@interface NSWindow (Private)
|
|
- (void)_setPreventsActivation:(bool)preventsActivation;
|
|
@end
|