project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 6018 3b86826f6665
parent 5662 99083392cd4f
child 6247 6dfad55fd71c
equal deleted inserted replaced
6017:24631fd2fb9e 6018:3b86826f6665
    65 @property (nonatomic,retain) UISegmentedControl *grenadeTimeSegment;
    65 @property (nonatomic,retain) UISegmentedControl *grenadeTimeSegment;
    66 
    66 
    67 @property (assign) NSInteger initialScreenCount;
    67 @property (assign) NSInteger initialScreenCount;
    68 
    68 
    69 
    69 
       
    70 +(OverlayViewController *)mainOverlay;
       
    71 
    70 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    72 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    71 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    73 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    72 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    74 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    73 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;
    75 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;
    74 
    76