logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_resize_display - Allegro 5 API

Description

       Resize  the  display.   Returns  true  on  success, or false on error.  This works on both fullscreen and
       windowed displays, regardless of the ALLEGRO_RESIZABLE flag.

       Adjusts the clipping rectangle to the full size of the backbuffer.

Name

       al_resize_display - Allegro 5 API

See Also

al_acknowledge_resize(3alleg5)

Allegro reference manual                                                              al_resize_display(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              bool al_resize_display(ALLEGRO_DISPLAY *display, int width, int height)

See Also