1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
.TH "al_android_get_activity" "3" "" "Allegro reference manual" ""
.SH NAME
.PP
al_android_get_activity \- Allegro 5 API
.SH SYNOPSIS
.IP
.nf
\f[C]
#include\ <allegro5/allegro_android.h>
jobject\ al_android_get_activity(void)
\f[]
.fi
.SH DESCRIPTION
.PP
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.
.SH SINCE
.PP
5.2.2
.RS
.PP
\f[I][Unstable API]:\f[] This API is new and subject to refinement.
.RE
|