]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIFingerInfo.h
Added UISystemFont*.
[iphone-api.git] / UIKit / UIFingerInfo.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 UIFingerInfo : NSObject
10{
11 struct __CFDictionary *_fingers;
12 int _activeFinger;
13 BOOL _activeFingerLocked;
14}
15
16- (void)dealloc;
17- (void)startTouch:(CDAnonymousStruct16)fp8 withEvent:(struct __GSEvent *)fp44 adjustLocation:(BOOL)fp48;
18- (BOOL)chordChanged:(CDAnonymousStruct16)fp8 withEvent:(struct __GSEvent *)fp44 adjustLocation:(BOOL)fp48;
19- (BOOL)fingersMoved:(CDAnonymousStruct16)fp8 withEvent:(struct __GSEvent *)fp44 adjustLocation:(BOOL)fp48;
20- (BOOL)hasActiveFinger;
21
22@end
23