GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
al_acknowledge_resize(3) al_acknowledge_resize(3)

al_acknowledge_resize - Allegro 5 API


#include <allegro5/allegro.h>
bool al_acknowledge_resize(ALLEGRO_DISPLAY *display)

    

When the user receives a [resize event]ALLEGRO_EVENT_DISPLAY_RESIZE(3) from a resizable display, if they wish the display to be resized they must call this function to let the graphics driver know that it can now resize the display. Returns true on success.

Adjusts the clipping rectangle to the full size of the backbuffer. This also resets the backbuffers projection transform to default orthographic transform (see al_use_projection_transform(3)).

Note that a resize event may be outdated by the time you acknowledge it; there could be further resize events generated in the meantime.

al_resize_display(3), ALLEGRO_EVENT(3)
Allegro reference manual

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.