mirror of
https://github.com/sindresorhus/touch-bar-simulator
synced 2025-03-03 22:47:10 +00:00
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
|