#include "SDL_stdinc.h"
#include "begin_code.h"
#include "close_code.h"
Go to the source code of this file.
Enumerations | |
enum | SDL_PowerState { SDL_POWERSTATE_UNKNOWN, SDL_POWERSTATE_ON_BATTERY, SDL_POWERSTATE_NO_BATTERY, SDL_POWERSTATE_CHARGING, SDL_POWERSTATE_CHARGED } |
The basic state for the system's power supply. More... | |
Functions | |
DECLSPEC SDL_PowerState SDLCALL | SDL_GetPowerInfo (int *secs, int *pct) |
enum SDL_PowerState |
The basic state for the system's power supply.