]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UITouch.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UITouch.h
diff --git a/UIKit/UITouch.h b/UIKit/UITouch.h
new file mode 100644 (file)
index 0000000..27ab489
--- /dev/null
@@ -0,0 +1,38 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <Foundation/NSObject.h>
+
+@class UIView, UIWindow;
+
+@interface UITouch : NSObject
+{
+    double _timestamp;
+    int _phase;
+    unsigned int _tapCount;
+    UIWindow *_window;
+    UIView *_view;
+    struct CGPoint _locationInWindow;
+    struct CGPoint _previousLocationInWindow;
+    struct {
+        unsigned int _firstTouchForView:1;
+        unsigned int _isTap:1;
+    } _touchFlags;
+}
+
+- (void)dealloc;
+- (double)timestamp;
+- (int)phase;
+- (int)info;
+- (unsigned int)tapCount;
+- (BOOL)isTap;
+- (id)window;
+- (id)view;
+- (struct CGPoint)locationInView:(id)fp8;
+- (struct CGPoint)previousLocationInView:(id)fp8;
+
+@end
+