touch-bar-simulator/Touch Bar Simulator/Touch Bar Simulator-Bridging-Header.h

11 lines
384 B
C
Raw Normal View History

2017-03-15 18:25:20 +00:00
#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;
2017-03-15 18:25:20 +00:00
@end