| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- //
- // Generated by class-dump 3.5 (64 bit).
- //
- // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
- //
- @class NSArray, NSMutableArray;
- @interface XCPointerEventPath : NSObject <NSSecureCoding>
- {
- NSMutableArray *_pointerEvents;
- BOOL _immutable;
- unsigned long long _pathType;
- unsigned long long _index;
- }
- @property BOOL immutable; // @synthesize immutable=_immutable;
- @property unsigned long long index; // @synthesize index=_index;
- @property(readonly) unsigned long long pathType; // @synthesize pathType=_pathType;
- @property(readonly) NSArray *pointerEvents;
- - (id)firstEventAfterOffset:(double)arg1;
- - (id)lastEventBeforeOffset:(double)arg1;
- - (void)_addPointerEvent:(id)arg1;
- - (void)releaseButton:(unsigned long long)arg1 atOffset:(double)arg2;
- - (void)pressButton:(unsigned long long)arg1 atOffset:(double)arg2;
- - (void)liftUpAtOffset:(double)arg1;
- - (void)moveToPoint:(struct CGPoint)arg1 atOffset:(double)arg2;
- - (void)pressDownWithPressure:(double)arg1 atOffset:(double)arg2;
- - (void)pressDownAtOffset:(double)arg1;
- - (id)initForMouseAtPoint:(struct CGPoint)arg1 offset:(double)arg2;
- - (id)initForTouchAtPoint:(CGPoint)arg1 offset:(double)arg2;
- // Since Xcode 10.2
- - (void)typeKey:(id)arg1 modifiers:(unsigned long long)arg2 atOffset:(double)arg3;
- // Since Xcode 12.beta5
- - (void)typeText:(id)arg1 atOffset:(double)arg2 typingSpeed:(unsigned long long)arg3 shouldRedact:(_Bool)arg4;
- // Since Xcode 10.2
- - (id)initForTextInput;
- // Since Xcode 10.2
- - (void)setModifiers:(unsigned long long)arg1 mergeWithCurrentModifierFlags:(_Bool)arg2 atOffset:(double)arg3;
- - (id)init;
- @end
|