project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 3935 5ca27a0e9a63
parent 3933 1a873262f5dd
child 3941 017b2b31e1c6
equal deleted inserted replaced
3933:1a873262f5dd 3935:5ca27a0e9a63
    44     // ths touch section
    44     // ths touch section
    45     CGFloat initialDistanceForPinching;
    45     CGFloat initialDistanceForPinching;
    46     CGPoint startingPoint;
    46     CGPoint startingPoint;
    47     BOOL isSegmentVisible;
    47     BOOL isSegmentVisible;
    48     BOOL isAttacking;
    48     BOOL isAttacking;
       
    49     
       
    50     // stuff initialized externally
       
    51     BOOL isNetGame;
       
    52     BOOL useClassicMenu;
    49 }
    53 }
    50 
    54 
    51 @property (nonatomic,retain) id popoverController;
    55 @property (nonatomic,retain) id popoverController;
    52 @property (nonatomic,retain) InGameMenuViewController *popupMenu;
    56 @property (nonatomic,retain) InGameMenuViewController *popupMenu;
    53 @property (nonatomic,retain) HelpPageViewController *helpPage;
    57 @property (nonatomic,retain) HelpPageViewController *helpPage;
    54 @property (nonatomic,retain) AmmoMenuViewController *amvc;
    58 @property (nonatomic,retain) AmmoMenuViewController *amvc;
       
    59 @property (assign) BOOL isNetGame;
       
    60 @property (assign) BOOL useClassicMenu;
    55 
    61 
    56 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    62 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    57 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    63 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    58 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    64 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    59 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;
    65 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;