project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 3703 12d17c6e8855
parent 3661 2378ada8a6ee
child 3737 2ba6ac8a114b
equal deleted inserted replaced
3701:8c449776ebe6 3703:12d17c6e8855
    17 
    17 
    18     // the in-game menu
    18     // the in-game menu
    19     UIPopoverController *popoverController; // iPad only
    19     UIPopoverController *popoverController; // iPad only
    20     InGameMenuViewController *popupMenu;
    20     InGameMenuViewController *popupMenu;
    21     BOOL isPopoverVisible;
    21     BOOL isPopoverVisible;
    22     
    22 
    23     // ths touch section
    23     // ths touch section
    24     CGFloat initialDistanceForPinching;
    24     CGFloat initialDistanceForPinching;
    25     CGPoint startingPoint;
    25     CGPoint startingPoint;
    26     BOOL isSegmentVisible;
    26     BOOL isSegmentVisible;
    27     
    27 
    28     // the sdl window underneath
    28     // the sdl window underneath
    29     SDL_Window *sdlwindow;
    29     SDL_Window *sdlwindow;
    30 }
    30 }
    31 
    31 
    32 @property (nonatomic,retain) id popoverController;
    32 @property (nonatomic,retain) id popoverController;