]>
git.saurik.com Git - iphone-api.git/blob - UIKit/UIEvent.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
11 @interface UIEvent
: NSObject
15 NSMutableSet
*_touches
;
16 struct __CFDictionary
*_keyedTouches
;
20 - (id
)_initWithTouches
:(id
)fp8 keyedTouches
:(struct __CFDictionary
*)fp12
;
21 - (id
)_initWithEvent
:(struct __GSEvent
*)fp8 touches
:(id
)fp12
;
22 - (void)_setGSEvent
:(struct __GSEvent
*)fp8
;
26 - (id
)touchesForWindow
:(id
)fp8
;
27 - (id
)touchesForView
:(id
)fp8
;
28 - (void)_addTouch
:(id
)fp8
;
29 - (void)_removeTouch
:(id
)fp8
;
30 - (id
)_touchesForKey
:(id
)fp8
;
31 - (void)_removeTouchesForKey
:(id
)fp8
;
32 - (void)_clearTouches
;
33 - (id
)_touchesForView
:(id
)fp8 withPhase
:(int)fp12
;
35 - (id
)_viewsForWindow
:(id
)fp8
;
36 - (id
)_firstTouchForView
:(id
)fp8
;
37 - (void)_moveTouchesFromView
:(id
)fp8 toView
:(id
)fp12
;
39 - (struct __GSEvent
*)_gsEvent
;