@class NSData, AXEventIOSMACPointerInfoRepresentation, NSString, AXEventHandInfoRepresentation, AXEventData, AXEventGameControllerInfoRepresentation, AXEventAccelerometerInfoRepresentation, NSDictionary, AXEventKeyInfoRepresentation, AXEventPointerInfoRepresentation; @interface AXEventRepresentation : NSObject <AXEventRepresentationDescription, NSSecureCoding, NSCopying> @property (class, nonatomic) unsigned int touchCounter; @property (class, readonly) BOOL supportsSecureCoding; @property (nonatomic) void *window; @property (retain, nonatomic) NSData *data; @property (retain, nonatomic) struct __IOHIDEvent { } *creatorHIDEvent; @property (retain, nonatomic) struct __IOHIDServiceClient { } *creatorHIDServiceClient; @property (nonatomic) unsigned int type; @property (nonatomic) unsigned int originalType; @property (nonatomic) int subtype; @property (nonatomic) struct CGPoint { double x; double y; } location; @property (nonatomic) struct CGPoint { double x; double y; } windowLocation; @property (nonatomic) unsigned long long time; @property (nonatomic) int flags; @property (nonatomic) unsigned long long senderID; @property (retain, nonatomic) AXEventHandInfoRepresentation *handInfo; @property (retain, nonatomic) AXEventKeyInfoRepresentation *keyInfo; @property (retain, nonatomic) AXEventAccelerometerInfoRepresentation *accelerometerInfo; @property (retain, nonatomic) AXEventGameControllerInfoRepresentation *gameControllerInfo; @property (retain, nonatomic) AXEventPointerInfoRepresentation *pointerControllerInfo; @property (retain, nonatomic) AXEventIOSMACPointerInfoRepresentation *iosmacPointerInfo; @property (retain, nonatomic) NSString *clientId; @property (nonatomic) unsigned int taskPort; @property (nonatomic) int pid; @property (nonatomic) unsigned long long HIDTime; @property (retain, nonatomic) NSData *HIDAttributeData; @property (nonatomic) long long scrollAmount; @property (nonatomic) long long scrollAccelAmount; @property (nonatomic) unsigned long long additionalFlags; @property (nonatomic) unsigned int contextId; @property (nonatomic) unsigned int displayId; @property (nonatomic) BOOL isBuiltIn; @property (nonatomic) BOOL isDisplayIntegrated; @property (nonatomic) long long generationCount; @property (nonatomic) unsigned int willUpdateMask; @property (nonatomic) unsigned int didUpdateMask; @property (nonatomic) BOOL isGeneratedEvent; @property (nonatomic) BOOL useOriginalHIDTime; @property (readonly, nonatomic) BOOL isUpdate; @property (readonly, nonatomic) BOOL willBeUpdated; @property (readonly, nonatomic) unsigned long long fingerCount; @property (readonly, nonatomic) BOOL isTouchDown; @property (readonly, nonatomic) BOOL isMove; @property (readonly, nonatomic) BOOL isChordChange; @property (readonly, nonatomic) BOOL isLift; @property (readonly, nonatomic) BOOL isInRange; @property (readonly, nonatomic) BOOL isInRangeLift; @property (readonly, nonatomic) BOOL isCancel; @property (nonatomic, getter=isRedirectEvent) BOOL redirectEvent; @property (nonatomic, getter=isSystemDrag) BOOL systemDrag; @property (retain, nonatomic) NSDictionary *auxiliaryData; @property (retain, nonatomic) AXEventData *accessibilityData; @property (nonatomic) unsigned int secureName; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)gestureRepresentationWithHandType:(unsigned int)a0 locations:(id)a1; + (id)_gameKeyboardControllerEvent:(struct __IOHIDEvent { } *)a0; + (id)representationWithHIDEvent:(struct __IOHIDEvent { } *)a0 hidStreamIdentifier:(id)a1 clientID:(id)a2 taskPort:(unsigned int)a3; + (id)buttonRepresentationWithType:(unsigned int)a0; + (id)keyRepresentationWithType:(unsigned int)a0; + (id)representationWithLocation:(struct CGPoint { double x0; double x1; })a0 windowLocation:(struct CGPoint { double x0; double x1; })a1 handInfo:(id)a2; + (BOOL)_HIDEventIsAccessibilityEvent:(struct __IOHIDEvent { } *)a0; + (id)accessibilityEventRepresentationWithSender:(long long)a0 usagePage:(long long)a1 usage:(long long)a2; + (id)representationWithData:(id)a0; + (id)_wheelEvent:(struct __IOHIDEvent { } *)a0; + (id)accelerometerRepresentation:(id)a0; + (id)representationWithType:(unsigned int)a0 subtype:(int)a1 time:(unsigned long long)a2 location:(struct CGPoint { double x0; double x1; })a3 windowLocation:(struct CGPoint { double x0; double x1; })a4 handInfo:(id)a5; + (id)iosmacPointerRepresentationWithTypeWithPointerInfo:(id)a0; + (id)accessibilityEventRepresentationWithSender:(long long)a0 usagePage:(long long)a1 usage:(long long)a2 modifierFlags:(long long)a3 eventValue1:(float)a4 eventValue2:(float)a5; + (id)touchRepresentationWithHandType:(unsigned int)a0 location:(struct CGPoint { double x0; double x1; })a1; + (id)_vendorDefinedAccessibilityEvent:(struct __IOHIDEvent { } *)a0; + (void)_appendKeyInfoToMediaKey:(id)a0 usage:(long long)a1 downEvent:(BOOL)a2; + (id)_digitizerRepresentation:(struct __IOHIDEvent { } *)a0 hidStreamIdentifier:(id)a1; + (id)_gameControllerEvent:(struct __IOHIDEvent { } *)a0; + (void)incrementTouchCounter; + (id)cancelEventForPathIndexMask:(unsigned int)a0; + (id)_keyboardButtonEvent:(struct __IOHIDEvent { } *)a0; + (id)_pointerControllerEvent:(struct __IOHIDEvent { } *)a0 hidStreamIdentifier:(id)a1 serviceClient:(struct __IOHIDServiceClient { } *)a2; + (id)representationWithHIDEvent:(struct __IOHIDEvent { } *)a0 hidStreamIdentifier:(id)a1; + (id)accessibilityEventRepresentationWithSender:(long long)a0 usagePage:(long long)a1 usage:(long long)a2 modifierFlags:(long long)a3; + (id)representationWithHIDEvent:(struct __IOHIDEvent { } *)a0 serviceClient:(struct __IOHIDServiceClient { } *)a1 hidStreamIdentifier:(id)a2; + (id)representationWithHIDEvent:(struct __IOHIDEvent { } *)a0 serviceClient:(struct __IOHIDServiceClient { } *)a1 hidStreamIdentifier:(id)a2 clientID:(id)a3 taskPort:(unsigned int)a4; + (id)_motionGestureTapEvent:(struct __IOHIDEvent { } *)a0 serviceClient:(struct __IOHIDServiceClient { } *)a1 hidStreamIdentifier:(id)a2 clientID:(id)a3 taskPort:(unsigned int)a4; - (id)dataRepresentation; - (void)dealloc; - (void)encodeWithCoder:(id)a0; - (BOOL)_HIDEventIsAccessibilityEvent:(struct __IOHIDEvent { } *)a0; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)_accessibilityDataFromRealEvent:(struct __IOHIDEvent { } *)a0; - (struct __IOHIDEvent { } *)_accessibilityEventFromRealEvent:(struct __IOHIDEvent { } *)a0; - (void)_applyAccessibilityDataToRealEvent:(struct __IOHIDEvent { } *)a0; - (unsigned long long)_machTimeForHIDEventRef; - (struct __IOHIDEvent { } *)_newAccelerometerHIDEventRef; - (struct __IOHIDEvent { } *)_newAccessibilityHIDEventRef; - (struct __IOHIDEvent { } *)_newButtonHIDEventRefWithType:(unsigned int)a0; - (struct __IOHIDEvent { } *)_newHandHIDEventRef; - (struct __IOHIDEvent { } *)_newIOSMACPointerRef; - (struct __IOHIDEvent { } *)_newKeyboardHIDEventRef; - (struct __IOHIDEvent { } *)_newScrollHIDEventRef; - (id)_senderNameForID; - (id)accessibilityEventRepresentationTabularDescription; - (void)applyAccessibilityDataToCreatorHIDEvent; - (id)denormalizedEventRepresentation:(BOOL)a0 descale:(BOOL)a1; - (id)fakeTouchScaleEventRepresentation:(BOOL)a0; - (unsigned int)firstPathContextId; - (BOOL)isDownEvent; - (void)modifyPoints:(id /* block */)a0; - (void)neuterUpdates; - (struct __IOHIDEvent { } *)newHIDEventRef; - (id)normalizedEventRepresentation:(BOOL)a0 scale:(BOOL)a1; - (unsigned int)pathIndexMask; - (void)resetInitialTouchCountValueForHidStreamIdentifier:(id)a0; - (unsigned char)screenEdgeForPoint:(struct CGPoint { double x0; double x1; })a0; @end