project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 5155 f2165724605c
parent 5154 851f36579ed4
child 5166 d1eb1560b4d5
equal deleted inserted replaced
5154:851f36579ed4 5155:f2165724605c
    59 
    59 
    60 @property (nonatomic,retain) id popoverController;
    60 @property (nonatomic,retain) id popoverController;
    61 @property (nonatomic,retain) InGameMenuViewController *popupMenu;
    61 @property (nonatomic,retain) InGameMenuViewController *popupMenu;
    62 @property (nonatomic,retain) HelpPageViewController *helpPage;
    62 @property (nonatomic,retain) HelpPageViewController *helpPage;
    63 @property (nonatomic,retain) AmmoMenuViewController *amvc;
    63 @property (nonatomic,retain) AmmoMenuViewController *amvc;
    64 @property (assign) BOOL isNetGame;
       
    65 @property (assign) BOOL useClassicMenu;
    64 @property (assign) BOOL useClassicMenu;
    66 @property (assign) NSInteger initialOrientation;
    65 @property (assign) NSInteger initialOrientation;
    67 
    66 
    68 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    67 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    69 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    68 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    75 
    74 
    76 -(void) showPopover;
    75 -(void) showPopover;
    77 -(void) dismissPopover;
    76 -(void) dismissPopover;
    78 -(void) dimOverlay;
    77 -(void) dimOverlay;
    79 -(void) activateOverlay;
    78 -(void) activateOverlay;
       
    79 -(void) removeOverlay;
    80 
    80 
    81 @end
    81 @end