XCTouchEvent Class Reference

Inherits from NSObject
Conforms to NSSecureCoding
Declared in XCTouchEvent.h

+ supportsSecureCoding

+ (_Bool)supportsSecureCoding

+ touchEventWithType:coordinate:offset:

+ (id)touchEventWithType:(unsigned long long)arg1 coordinate:(struct CGPoint)arg2 offset:(double)arg3

  coordinate

@property struct CGPoint coordinate

– description

- (id)description

– encodeWithCoder:

- (void)encodeWithCoder:(id)arg1

– initWithCoder:

- (id)initWithCoder:(id)arg1

  offset

@property double offset

  touchEventType

@property unsigned long long touchEventType