project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 6825 aca4a6807ecc
parent 6822 206db098f8c5
child 6830 d2df090453aa
equal deleted inserted replaced
6824:617a861b7750 6825:aca4a6807ecc
    43 
    43 
    44     // various other widgets
    44     // various other widgets
    45     UIActivityIndicatorView *loadingIndicator;
    45     UIActivityIndicatorView *loadingIndicator;
    46     UIButton *confirmButton;
    46     UIButton *confirmButton;
    47     UISegmentedControl *grenadeTimeSegment;
    47     UISegmentedControl *grenadeTimeSegment;
    48     NSInteger cachedGrenadeTime;
       
    49 }
    48 }
    50 
    49 
    51 @property (nonatomic,retain) id popoverController;
    50 @property (nonatomic,retain) id popoverController;
    52 @property (nonatomic,retain) InGameMenuViewController *popupMenu;
    51 @property (nonatomic,retain) InGameMenuViewController *popupMenu;
    53 @property (nonatomic,retain) HelpPageViewController *helpPage;
    52 @property (nonatomic,retain) HelpPageViewController *helpPage;
    54 @property (nonatomic,retain) UIActivityIndicatorView *loadingIndicator;
    53 @property (nonatomic,retain) UIActivityIndicatorView *loadingIndicator;
    55 @property (nonatomic,retain) UIButton *confirmButton;
    54 @property (nonatomic,retain) UIButton *confirmButton;
    56 @property (nonatomic,retain) UISegmentedControl *grenadeTimeSegment;
    55 @property (nonatomic,retain) UISegmentedControl *grenadeTimeSegment;
    57 @property (assign) NSInteger cachedGrenadeTime;
       
    58 
    56 
    59 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    57 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    60 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    58 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    61 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    59 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    62 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;
    60 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;