project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 5662 99083392cd4f
parent 5206 db775bddf771
child 6018 3b86826f6665
equal deleted inserted replaced
5660:1647244b3ffe 5662:99083392cd4f
    43     // ths touch section
    43     // ths touch section
    44     CGFloat initialDistanceForPinching;
    44     CGFloat initialDistanceForPinching;
    45     CGPoint startingPoint;
    45     CGPoint startingPoint;
    46     BOOL isAttacking;
    46     BOOL isAttacking;
    47     
    47     
    48     // stuff initialized externally
       
    49     NSInteger initialOrientation;
       
    50     
       
    51     // dual head support
    48     // dual head support
    52     NSInteger initialScreenCount;
    49     NSInteger initialScreenCount;
    53 
    50 
    54     // various other widgets
    51     // various other widgets
    55     UIActivityIndicatorView *lowerIndicator;
    52     UIActivityIndicatorView *lowerIndicator;
    65 @property (nonatomic,retain) UIActivityIndicatorView *lowerIndicator;
    62 @property (nonatomic,retain) UIActivityIndicatorView *lowerIndicator;
    66 @property (nonatomic,retain) UIActivityIndicatorView *savesIndicator;
    63 @property (nonatomic,retain) UIActivityIndicatorView *savesIndicator;
    67 @property (nonatomic,retain) UIButton *confirmButton;
    64 @property (nonatomic,retain) UIButton *confirmButton;
    68 @property (nonatomic,retain) UISegmentedControl *grenadeTimeSegment;
    65 @property (nonatomic,retain) UISegmentedControl *grenadeTimeSegment;
    69 
    66 
    70 @property (assign) NSInteger initialOrientation;
       
    71 @property (assign) NSInteger initialScreenCount;
    67 @property (assign) NSInteger initialScreenCount;
    72 
    68 
    73 
    69 
    74 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    70 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    75 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    71 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;