touch-bar-simulator/Touch Bar Simulator/Touch Bar Simulator-Bridging-Header.h
Sindre Sorhus de1c9145d4 Rewrite the app
Fixes #11
Fixes #28
Fixes #29
2018-09-25 14:52:09 +07:00

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