1al_android_get_activity(3) al_android_get_activity(3)
2
3
4
6 al_android_get_activity - Allegro 5 API
7
9 #include <allegro5/allegro_android.h>
10
11 jobject al_android_get_activity(void)
12
14 Returns the Java Android activity used by Allegro. This is the same
15 object created by Android from the class you specify in your manifest
16 and either an instance of AllegroActivity or a derived class.
17
19 5.2.2
20
21 [Unstable API]: This API is new and subject to refinement.
22
23
24
25Allegro reference manual al_android_get_activity(3)