al_android_get_activity - Allegro 5 API
Contents
Description
Returns the Java Android activity used by Allegro. This is the same object created by Android from the
class you specify in your manifest and either an instance of AllegroActivity or a derived class.
Name
al_android_get_activity - Allegro 5 API
Since
5.2.2
[UnstableAPI]: This API is new and subject to refinement.
Allegro reference manual al_android_get_activity(3alleg5)
Synopsis
#include <allegro5/allegro_android.h>
jobject al_android_get_activity(void)
