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