XCEventGenerator Class Reference

Inherits from NSObject
Declared in XCEventGenerator.h

+ sharedGenerator

+ (id)sharedGenerator

– _scheduleCallback:afterInterval:

- (void)_scheduleCallback:(CDUnknownBlockType)arg1 afterInterval:(double)arg2

– _startEventSequenceWithSteppingCallback:

- (void)_startEventSequenceWithSteppingCallback:(CDUnknownBlockType)arg1

– doubleTapAtPoint:orientation:handler:

- (double)doubleTapAtPoint:(struct CGPoint)arg1 orientation:(long long)arg2 handler:(CDUnknownBlockType)arg3

  eventQueue

@property (readonly) NSObject<OS_dispatch_queue> *eventQueue

  generation

@property unsigned long long generation

– init

- (id)init

– pinchInRect:withScale:velocity:orientation:handler:

- (double)pinchInRect:(struct CGRect)arg1 withScale:(double)arg2 velocity:(double)arg3 orientation:(long long)arg4 handler:(CDUnknownBlockType)arg5

– pressAtPoint:forDuration:liftAtPoint:velocity:orientation:name:handler:

- (double)pressAtPoint:(struct CGPoint)arg1 forDuration:(double)arg2 liftAtPoint:(struct CGPoint)arg3 velocity:(double)arg4 orientation:(long long)arg5 name:(id)arg6 handler:(CDUnknownBlockType)arg7

– pressAtPoint:forDuration:orientation:handler:

- (double)pressAtPoint:(struct CGPoint)arg1 forDuration:(double)arg2 orientation:(long long)arg3 handler:(CDUnknownBlockType)arg4

– rotateInRect:withRotation:velocity:orientation:handler:

- (double)rotateInRect:(struct CGRect)arg1 withRotation:(double)arg2 velocity:(double)arg3 orientation:(long long)arg4 handler:(CDUnknownBlockType)arg5

– tapAtPoint:orientation:handler:

- (double)tapAtPoint:(struct CGPoint)arg1 orientation:(long long)arg2 handler:(CDUnknownBlockType)arg3

– tapWithNumberOfTaps:numberOfTouches:inRect:orientation:handler:

- (double)tapWithNumberOfTaps:(unsigned long long)arg1 numberOfTouches:(unsigned long long)arg2 inRect:(struct CGRect)arg3 orientation:(long long)arg4 handler:(CDUnknownBlockType)arg5

– twoFingerTapInRect:orientation:handler:

- (double)twoFingerTapInRect:(struct CGRect)arg1 orientation:(long long)arg2 handler:(CDUnknownBlockType)arg3