Help for this page

Select Code to Download


  1. or download this
    Window resize events
    
    resize_w, resize_h
    ...
    values stored in the resize structure's resize_w and resize_h. When an
    + 
    SDL_VIDEORESIZE is received the window should be resized to the new 
    dimensions using SDL_SetVideoMode.
    
  2. or download this
    SDL_RESIZABLE
    Create a resizable window. When the window is resized by the user 
    a SDL_VIDEORESIZE event is generated and SDL::Video::set_video_mode 
    can be called again with the new size.