AL_RESIZE_DISPLAY(3ALLEG5) - Linux manual page online | Library functions
Allegro 5 API.
Chapter
al_resize_display(3alleg5) al_resize_display(3alleg5)
Allegro reference manual al_resize_display(3alleg5)
NAME
al_resize_display - Allegro 5 APISYNOPSIS
#include <allegro5/allegro.h> bool al_resize_display(ALLEGRO_DISPLAY *display, int width, int height)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.SEE ALSO
al_acknowledge_resize(3alleg5)This manual | Reference | Other manuals |
---|---|---|
al_resize_display(3alleg5) | referred by | al_acknowledge_resize(3alleg5) |
refer to | al_acknowledge_resize(3alleg5) |