]> git.saurik.com Git - iphone-api.git/blame - UIKit/UITouchTapInfo.h
This one only took me maybe a half hour to find.
[iphone-api.git] / UIKit / UITouchTapInfo.h
CommitLineData
2cd8f71b
JF
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7#import <Foundation/NSObject.h>
8
9@interface UITouchTapInfo : NSObject
10{
11 unsigned int _tapCount;
12 float _multiTapDelay;
13 float _rejectAsTapThrehold;
14 float _viewTouchPauseThreshold;
15 struct CGPoint _startPosition;
16 double _startTime;
17}
18
19- (void)releaseAndClearWeakRefs;
20- (void)clearTapState;
21- (void)touchBegan:(id)fp8 withEvent:(id)fp12;
22- (BOOL)_touchLocationConsideredMovement:(id)fp8;
23- (void)touchMoved:(id)fp8 withEvent:(id)fp12;
24- (void)touchEnded:(id)fp8 withEvent:(id)fp12;
25- (BOOL)cancelTouchTracking;
26
27@end
28