project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 5109 6d2e8a24277e
parent 4976 088d40d8aba2
child 5154 851f36579ed4
equal deleted inserted replaced
5106:517bdd3865f1 5109:6d2e8a24277e
    51     // stuff initialized externally
    51     // stuff initialized externally
    52     BOOL isNetGame;
    52     BOOL isNetGame;
    53     BOOL useClassicMenu;
    53     BOOL useClassicMenu;
    54     NSInteger initialOrientation;
    54     NSInteger initialOrientation;
    55     
    55     
    56     // the containing window
       
    57     UIWindow *containerWindow;
       
    58     
       
    59     // dual head support
    56     // dual head support
    60     NSInteger initialScreenCount;
    57     NSInteger initialScreenCount;
    61     NSInteger a, b;
    58     NSInteger a, b;
    62 }
    59 }
    63 
    60 
    66 @property (nonatomic,retain) HelpPageViewController *helpPage;
    63 @property (nonatomic,retain) HelpPageViewController *helpPage;
    67 @property (nonatomic,retain) AmmoMenuViewController *amvc;
    64 @property (nonatomic,retain) AmmoMenuViewController *amvc;
    68 @property (assign) BOOL isNetGame;
    65 @property (assign) BOOL isNetGame;
    69 @property (assign) BOOL useClassicMenu;
    66 @property (assign) BOOL useClassicMenu;
    70 @property (assign) NSInteger initialOrientation;
    67 @property (assign) NSInteger initialOrientation;
    71 @property (assign) UIWindow *containerWindow;
       
    72 
    68 
    73 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    69 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    74 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    70 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    75 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    71 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    76 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;
    72 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;