Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTResponder.h
Go to the documentation of this file.
1
#import "
CPTPlatformSpecificDefines.h
"
2
6
@protocol
CPTResponder
<
NSObject
>
7
10
19
-(
BOOL
)pointingDeviceDownEvent:(nonnull
CPTNativeEvent
*)event atPoint:(
CGPoint
)interactionPoint;
20
29
-(
BOOL
)pointingDeviceUpEvent:(nonnull
CPTNativeEvent
*)event atPoint:(
CGPoint
)interactionPoint;
30
39
-(
BOOL
)pointingDeviceDraggedEvent:(nonnull
CPTNativeEvent
*)event atPoint:(
CGPoint
)interactionPoint;
40
49
-(
BOOL
)pointingDeviceCancelledEvent:(nonnull
CPTNativeEvent
*)event;
50
51
#if TARGET_OS_SIMULATOR || TARGET_OS_IPHONE
52
#else
53
61
-(
BOOL
)scrollWheelEvent:(nonnull
CPTNativeEvent
*)event fromPoint:(
CGPoint
)fromPoint toPoint:(
CGPoint
)toPoint;
62
#endif
63
65
66
@end
CPTResponder-p
The basis of all event processing in Core Plot.
Definition:
CPTResponder.h:6
NSObject
CGPoint
typedef CGPoint
CPTPlatformSpecificDefines.h
BOOL
typedef BOOL
Source
CPTResponder.h
Generated by
1.8.18