SDL_FLIP_HORIZONTAL_AND_VERTICAL top-level constant
          
          int
          const SDL_FLIP_HORIZONTAL_AND_VERTICAL
          
        
        
        
Implementation
const SDL_FLIP_HORIZONTAL_AND_VERTICAL =
    SDL_FLIP_HORIZONTAL | SDL_FLIP_VERTICAL;