project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 5166 d1eb1560b4d5
parent 5155 f2165724605c
child 5174 f5294509783e
equal deleted inserted replaced
5165:91fb710a6668 5166:d1eb1560b4d5
    38     // the help menu
    38     // the help menu
    39     HelpPageViewController *helpPage;
    39     HelpPageViewController *helpPage;
    40 
    40 
    41     // the objc ammomenu
    41     // the objc ammomenu
    42     AmmoMenuViewController *amvc;
    42     AmmoMenuViewController *amvc;
    43     BOOL wasVisible;
       
    44     
    43     
    45     // ths touch section
    44     // ths touch section
    46     CGFloat initialDistanceForPinching;
    45     CGFloat initialDistanceForPinching;
    47     CGPoint startingPoint;
    46     CGPoint startingPoint;
    48     BOOL isSegmentVisible;
    47     BOOL isSegmentVisible;
    52     BOOL useClassicMenu;
    51     BOOL useClassicMenu;
    53     NSInteger initialOrientation;
    52     NSInteger initialOrientation;
    54     
    53     
    55     // dual head support
    54     // dual head support
    56     NSInteger initialScreenCount;
    55     NSInteger initialScreenCount;
    57     NSInteger a, b;
       
    58 }
    56 }
    59 
    57 
    60 @property (nonatomic,retain) id popoverController;
    58 @property (nonatomic,retain) id popoverController;
    61 @property (nonatomic,retain) InGameMenuViewController *popupMenu;
    59 @property (nonatomic,retain) InGameMenuViewController *popupMenu;
    62 @property (nonatomic,retain) HelpPageViewController *helpPage;
    60 @property (nonatomic,retain) HelpPageViewController *helpPage;
    63 @property (nonatomic,retain) AmmoMenuViewController *amvc;
    61 @property (nonatomic,retain) AmmoMenuViewController *amvc;
    64 @property (assign) BOOL useClassicMenu;
    62 @property (assign) BOOL useClassicMenu;
    65 @property (assign) NSInteger initialOrientation;
    63 @property (assign) NSInteger initialOrientation;
       
    64 @property (assign) NSInteger initialScreenCount;
    66 
    65 
    67 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    66 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    68 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    67 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    69 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    68 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    70 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;
    69 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;