project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 3525 1d7b056ff866
parent 3514 59dbd31e9953
child 3535 9e78c1f3d8d8
equal deleted inserted replaced
3523:6592fbb969da 3525:1d7b056ff866
    22     
    22     
    23     UITextField *writeChatTextField;
    23     UITextField *writeChatTextField;
    24     
    24     
    25     CGFloat initialDistanceForPinching;
    25     CGFloat initialDistanceForPinching;
    26     CGPoint gestureStartPoint;
    26     CGPoint gestureStartPoint;
       
    27     UIActivityIndicatorView *spinningWheel;
    27 }
    28 }
    28 
    29 
    29 @property (nonatomic,retain) id popoverController;
    30 @property (nonatomic,retain) id popoverController;
    30 @property (nonatomic,retain) PopoverMenuViewController *popupMenu;
    31 @property (nonatomic,retain) PopoverMenuViewController *popupMenu;
    31 @property (nonatomic,retain) UITextField *writeChatTextField;
    32 @property (nonatomic,retain) UITextField *writeChatTextField;
       
    33 @property (nonatomic,retain) IBOutlet UIActivityIndicatorView *spinningWheel;
       
    34 
       
    35 UIActivityIndicatorView *singleton;
       
    36 BOOL canDim;
    32 
    37 
    33 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    38 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    34 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    39 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    35 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    40 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    36 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;
    41 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;