project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 4454 42bfc1a70968
parent 4356 d1d26f8963a3
child 4861 91f889289a47
equal deleted inserted replaced
4453:15a483b2558a 4454:42bfc1a70968
    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     
    56     // dual head support
    59     // dual head support
    57     NSInteger initialScreenCount;
    60     NSInteger initialScreenCount;
    58     NSInteger a, b;
    61     NSInteger a, b;
    59 }
    62 }
    60 
    63 
    63 @property (nonatomic,retain) HelpPageViewController *helpPage;
    66 @property (nonatomic,retain) HelpPageViewController *helpPage;
    64 @property (nonatomic,retain) AmmoMenuViewController *amvc;
    67 @property (nonatomic,retain) AmmoMenuViewController *amvc;
    65 @property (assign) BOOL isNetGame;
    68 @property (assign) BOOL isNetGame;
    66 @property (assign) BOOL useClassicMenu;
    69 @property (assign) BOOL useClassicMenu;
    67 @property (assign) NSInteger initialOrientation;
    70 @property (assign) NSInteger initialOrientation;
       
    71 @property (assign) UIWindow *containerWindow;
    68 
    72 
    69 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    73 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    70 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    74 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    71 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    75 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    72 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;
    76 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;