RSS

(root)/iphone/tappity : 49 : tappity/source/TappityClient.h

To get this branch, use:
bzr branch /browse/iphone/tappity

« back to all changes in this revision

Viewing changes to tappity/source/TappityClient.h

Dömötör Gulyás
2009-10-28 22:34:56
Revision ID: dognotdog@gmail.com-20091028213456-9pjbddhboknsf5w8
tappity now no longer eating some events

Show diffs side-by-side

added added

removed removed

17
17
#include <arpa/inet.h>
18
18
 
19
19
#import "Tappity.h"
 
20
#import <CoreLocation/CoreLocation.h>
20
21
 
21
 
@interface TappityClient : Tappity
 
22
@interface TappityClient : Tappity <UIAccelerometerDelegate, CLLocationManagerDelegate>
22
23
{
23
24
//      struct sockaddr_in peerAddress;
24
 
        
 
25
 
 
26
        BOOL    enableAccelerometer;
 
27
        BOOL    enableCompass;
 
28
        BOOL    enableLocation;
 
29
 
 
30
        BOOL    enableFeedbackVideoDisplay;
 
31
 
25
32
        id delegate;
26
33
}
27
34
 
31
38
 
32
39
@property(assign) id delegate;
33
40
 
 
41
@property BOOL enableAccelerometer;
 
42
@property BOOL enableCompass;
 
43
@property BOOL enableLocation;
 
44
@property BOOL enableFeedbackVideoDisplay;
 
45
 
34
46
@end

Loggerhead 1.17 is a web-based interface for Bazaar branches