project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 3650 ec90e573f47a
parent 3647 0d0df215fb52
child 3651 7058ca178f3b
equal deleted inserted replaced
3649:bc35f8fee587 3650:ec90e573f47a
    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     BOOL isSegmentVisible;
    25     
    26     
    26     // the sdl window underneath
    27     // the sdl window underneath
    27     SDL_Window *sdlwindow;
    28     SDL_Window *sdlwindow;
    28 }
    29 }
    29 
    30