al_get_display_orientation(3) al_get_display_orientation(3) NAME al_get_display_orientation - Allegro 5 API SYNOPSIS #include int al_get_display_orientation(ALLEGRO_DISPLAY* display) DESCRIPTION Return the display orientation, which can be one of the following: o ALLEGRO_DISPLAY_ORIENTATION_UNKNOWN o ALLEGRO_DISPLAY_ORIENTATION_0_DEGREES o ALLEGRO_DISPLAY_ORIENTATION_90_DEGREES o ALLEGRO_DISPLAY_ORIENTATION_180_DEGREES o ALLEGRO_DISPLAY_ORIENTATION_270_DEGREES o ALLEGRO_DISPLAY_ORIENTATION_FACE_UP o ALLEGRO_DISPLAY_ORIENTATION_FACE_DOWN SINCE 5.1.0 Allegro reference manual al_get_display_orientation(3)