project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 5206 db775bddf771
parent 5177 b850b544addc
child 5662 99083392cd4f
equal deleted inserted replaced
5205:78138ae93820 5206:db775bddf771
    44     CGFloat initialDistanceForPinching;
    44     CGFloat initialDistanceForPinching;
    45     CGPoint startingPoint;
    45     CGPoint startingPoint;
    46     BOOL isAttacking;
    46     BOOL isAttacking;
    47     
    47     
    48     // stuff initialized externally
    48     // stuff initialized externally
    49     BOOL useClassicMenu;
       
    50     NSInteger initialOrientation;
    49     NSInteger initialOrientation;
    51     
    50     
    52     // dual head support
    51     // dual head support
    53     NSInteger initialScreenCount;
    52     NSInteger initialScreenCount;
    54 
    53 
    66 @property (nonatomic,retain) UIActivityIndicatorView *lowerIndicator;
    65 @property (nonatomic,retain) UIActivityIndicatorView *lowerIndicator;
    67 @property (nonatomic,retain) UIActivityIndicatorView *savesIndicator;
    66 @property (nonatomic,retain) UIActivityIndicatorView *savesIndicator;
    68 @property (nonatomic,retain) UIButton *confirmButton;
    67 @property (nonatomic,retain) UIButton *confirmButton;
    69 @property (nonatomic,retain) UISegmentedControl *grenadeTimeSegment;
    68 @property (nonatomic,retain) UISegmentedControl *grenadeTimeSegment;
    70 
    69 
    71 @property (assign) BOOL useClassicMenu;
       
    72 @property (assign) NSInteger initialOrientation;
    70 @property (assign) NSInteger initialOrientation;
    73 @property (assign) NSInteger initialScreenCount;
    71 @property (assign) NSInteger initialScreenCount;
    74 
    72 
    75 
    73 
    76 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    74 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;