RSS

(root)/iphone/tappity : 61 : source/Tappity.h

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

« back to all changes in this revision

Viewing changes to source/Tappity.h

Dömötör Gulyás
2010-01-28 15:50:50
Revision ID: dognotdog@gmail.com-20100128145050-mogyehpg1eif15uq
fixes bug in server side data reception; feedback images are no reduced to a fixed size to improve network load;variably sized GL framebuffers now supported; adds 'placed screenshot' in addition to raw screenshot message, for non full screen GL; no longer sends suspend/quit events to the server when client is quit, which caused the server to quit, too, even though that was most likely not intended

Show diffs side-by-side

added added

removed removed

44
44
extern NSString* TapAccelerationKey;
45
45
extern NSString* TapCompassKey;
46
46
extern NSString* TapLocationKey;
 
47
extern NSString* TapImageDataKey;
 
48
extern NSString* TapReferenceRectKey;
 
49
extern NSString* TapImageRectKey;
47
50
 
48
51
enum
49
52
{
65
68
        kTapStopUpdatingHeading,
66
69
        kTapStartSendingVisualFeedback,
67
70
        kTapStopSendingVisualFeedback,
 
71
        kTapPlacedScreenshot,
68
72
        kTap_
69
73
};
70
74
 

Loggerhead 1.17 is a web-based interface for Bazaar branches