Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2010-09-03 04:40:25
Size: 797
Editor: SheenaSmith
Comment: update formatting - categories
Revision 4 as of 2011-10-28 22:52:49
Size: 793
Editor: SheenaSmith
Comment: camelcase pragma change
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
#pragma disable-camelcase #pragma camelcase off

DRAFT

SDL_PowerState

An enumeration of the basic state for of the system's power supply.

Values

SDL_POWERSTATE_UNKNOWN

cannot determine power status

SDL_POWERSTATE_ON_BATTERY

not plugged in, running on the battery

SDL_POWERSTATE_NO_BATTERY

plugged in, no battery available

SDL_POWERSTATE_CHARGING

plugged in, charging battery

SDL_POWERSTATE_CHARGED

plugged in, battery charged

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryEnum, CategoryPower

None: SDL_PowerState (last edited 2013-08-07 20:39:31 by RyanGordon)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit