project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 3661 2378ada8a6ee
parent 3651 7058ca178f3b
child 3703 12d17c6e8855
equal deleted inserted replaced
3660:bc125bea5849 3661:2378ada8a6ee
    30 }
    30 }
    31 
    31 
    32 @property (nonatomic,retain) id popoverController;
    32 @property (nonatomic,retain) id popoverController;
    33 @property (nonatomic,retain) InGameMenuViewController *popupMenu;
    33 @property (nonatomic,retain) InGameMenuViewController *popupMenu;
    34 
    34 
    35 BOOL isGameRunning;
       
    36 
       
    37 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    35 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    38 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    36 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    39 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    37 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    40 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;
    38 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;
    41 
    39 
    46 -(void) dismissPopover;
    44 -(void) dismissPopover;
    47 -(void) dimOverlay;
    45 -(void) dimOverlay;
    48 -(void) activateOverlay;
    46 -(void) activateOverlay;
    49 
    47 
    50 @end
    48 @end
       
    49 
       
    50 BOOL isGameRunning;
       
    51