X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/UIKit/UIEvent.h diff --git a/UIKit/UIEvent.h b/UIKit/UIEvent.h new file mode 100644 index 0000000..c5ec572 --- /dev/null +++ b/UIKit/UIEvent.h @@ -0,0 +1,44 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import + +@class NSMutableSet; + +@interface UIEvent : NSObject +{ + void *_event; + double _timestamp; + NSMutableSet *_touches; + struct __CFDictionary *_keyedTouches; +} + +- (id)_init; +- (id)_initWithTouches:(id)fp8 keyedTouches:(struct __CFDictionary *)fp12; +- (id)_initWithEvent:(struct __GSEvent *)fp8 touches:(id)fp12; +- (void)_setGSEvent:(struct __GSEvent *)fp8; +- (void)dealloc; +- (id)allTouches; +- (id)_allTouches; +- (id)touchesForWindow:(id)fp8; +- (id)touchesForView:(id)fp8; +- (void)_addTouch:(id)fp8; +- (void)_removeTouch:(id)fp8; +- (id)_touchesForKey:(id)fp8; +- (void)_removeTouchesForKey:(id)fp8; +- (void)_clearTouches; +- (id)_touchesForView:(id)fp8 withPhase:(int)fp12; +- (id)_windows; +- (id)_viewsForWindow:(id)fp8; +- (id)_firstTouchForView:(id)fp8; +- (void)_moveTouchesFromView:(id)fp8 toView:(id)fp12; +- (id)_cloneEvent; +- (struct __GSEvent *)_gsEvent; +- (id)description; +- (double)timestamp; + +@end +