1al_iphone_set_statusbar_orientation(3) al_iphone_set_statusbar_orientation(3)
2
3
4
6 al_iphone_set_statusbar_orientation - Allegro 5 API
7
9 #include <allegro5/allegro_iphone.h>
10
11 void al_iphone_set_statusbar_orientation(int o)
12
14 Sets the orientation of the status bar, which can be one of the follow‐
15 ing:
16
17 • ALLEGRO_IPHONE_STATUSBAR_ORIENTATION_PORTRAIT
18
19 • ALLEGRO_IPHONE_STATUSBAR_ORIENTATION_PORTRAIT_UPSIDE_DOWN
20
21 • ALLEGRO_IPHONE_STATUSBAR_ORIENTATION_LANDSCAPE_RIGHT
22
23 • ALLEGRO_IPHONE_STATUSBAR_ORIENTATION_LANDSCAPE_LEFT
24
26 5.1.0
27
28
29
30Allegro reference manual al_iphone_set_statusbar_orientation(3)