]>
Commit | Line | Data |
---|---|---|
491070e3 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 <UIKit/UIWindow.h> | |
8 | ||
9 | @class UIView; | |
10 | ||
11 | @interface CameraWindow : UIWindow | |
12 | { | |
13 | BOOL _filterChordChangeEvents; | |
14 | UIView *_chordedMouseDownView; | |
15 | struct CGPoint _chordedMouseDragPoint; | |
16 | int _lastFingerCount; | |
17 | } | |
18 | ||
19 | - (id)viewForEvent:(struct __GSEvent *)fp8 newPoint:(struct CGPoint *)fp12; | |
20 | - (void)sendEvent:(struct __GSEvent *)fp8; | |
21 | - (void)setFilterChordChangeEvents:(BOOL)fp8; | |
22 | ||
23 | @end | |
24 |