|
@ -80,8 +80,8 @@ static PlatformData platform = { 0 }; // Platform specific data |
|
|
//---------------------------------------------------------------------------------- |
|
|
//---------------------------------------------------------------------------------- |
|
|
// Module Internal Functions Declaration |
|
|
// Module Internal Functions Declaration |
|
|
//---------------------------------------------------------------------------------- |
|
|
//---------------------------------------------------------------------------------- |
|
|
static int InitPlatform(void); // Initialize platform (graphics, inputs and more) |
|
|
|
|
|
static void ClosePlatform(void); // Close platform |
|
|
|
|
|
|
|
|
int InitPlatform(void); // Initialize platform (graphics, inputs and more) |
|
|
|
|
|
void ClosePlatform(void); // Close platform |
|
|
|
|
|
|
|
|
static void AndroidCommandCallback(struct android_app *app, int32_t cmd); // Process Android activity lifecycle commands |
|
|
static void AndroidCommandCallback(struct android_app *app, int32_t cmd); // Process Android activity lifecycle commands |
|
|
static int32_t AndroidInputCallback(struct android_app *app, AInputEvent *event); // Process Android inputs |
|
|
static int32_t AndroidInputCallback(struct android_app *app, AInputEvent *event); // Process Android inputs |
|
|