luxlabs header browser preview


@class RCPEventAction, NSMutableSet;

@interface RCPRecorder : NSObject {
    struct __CFRunLoop { } *_ioRunLoop;
    NSMutableSet *_activeRecorders;
}

@property BOOL shouldRecordSenderProperties;
@property BOOL shouldRecordInitialPointerLocation;
@property (retain) RCPEventAction *pointerLocationAction;

+ (id)sharedRecorder;
+ (void)registerEventStreamRecorder:(id)a0;
+ (BOOL)shouldRecordSenderProperties;
+ (void)unregisterEventStreamRecorder:(id)a0;

- (void).cxx_destruct;
- (struct __IOHIDEvent { } *)_initialLocationEvent;
- (struct __IOHIDEvent { } *)_newLocationEventFromNormalPoint:(struct CGPoint { double x0; double x1; })a0;
- (void)_registerIOHIDClient;
- (void)_unregisterIOHIDClient;

@end