21#include "../../SDL_internal.h"
23#ifndef SDL_POWER_DISABLED
27#include "../SDL_syspower.h"
29#include "../../core/android/SDL_android.h"
int Android_JNI_GetPowerInfo(int *plugged, int *charged, int *battery, int *seconds, int *percent)
SDL_PowerState
The basic state for the system's power supply.
@ SDL_POWERSTATE_NO_BATTERY
@ SDL_POWERSTATE_CHARGING
@ SDL_POWERSTATE_ON_BATTERY
SDL_bool SDL_GetPowerInfo_Android(SDL_PowerState *, int *, int *)