project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 3629 86212d2b116a
parent 3551 d4de36b3801a
child 3635 38d3e31556d3
equal deleted inserted replaced
3628:2b4d878ba565 3629:86212d2b116a
    17     UIPopoverController *popoverController;
    17     UIPopoverController *popoverController;
    18 
    18 
    19     PopoverMenuViewController *popupMenu;
    19     PopoverMenuViewController *popupMenu;
    20     BOOL isPopoverVisible;
    20     BOOL isPopoverVisible;
    21     
    21     
    22     UITextField *writeChatTextField;
       
    23     
       
    24     CGFloat initialDistanceForPinching;
    22     CGFloat initialDistanceForPinching;
    25     UIActivityIndicatorView *spinningWheel;
       
    26 }
    23 }
    27 
    24 
    28 @property (nonatomic,retain) id popoverController;
    25 @property (nonatomic,retain) id popoverController;
    29 @property (nonatomic,retain) PopoverMenuViewController *popupMenu;
    26 @property (nonatomic,retain) PopoverMenuViewController *popupMenu;
    30 @property (nonatomic,retain) UITextField *writeChatTextField;
       
    31 @property (nonatomic,retain) IBOutlet UIActivityIndicatorView *spinningWheel;
       
    32 
    27 
    33 UIActivityIndicatorView *singleton;
    28 BOOL isGameRunning;
    34 BOOL canDim;
       
    35 
    29 
    36 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    30 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    37 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    31 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    38 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    32 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    39 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;
    33 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;