OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_PowerState
(Results
1 - 6
of
6
) sorted by null
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_power.h
49
}
SDL_PowerState
;
65
extern DECLSPEC
SDL_PowerState
SDLCALL SDL_GetPowerInfo(int *secs, int *pct);
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_power.h
49
}
SDL_PowerState
;
65
extern DECLSPEC
SDL_PowerState
SDLCALL SDL_GetPowerInfo(int *secs, int *pct);
/prebuilts/misc/windows/sdl2/include/
SDL_power.h
49
}
SDL_PowerState
;
65
extern DECLSPEC
SDL_PowerState
SDLCALL SDL_GetPowerInfo(int *secs, int *pct);
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_power.h
49
}
SDL_PowerState
;
65
extern DECLSPEC
SDL_PowerState
SDLCALL SDL_GetPowerInfo(int *secs, int *pct);
/prebuilts/misc/windows/sdl2/test/
testpower.c
21
const
SDL_PowerState
state = SDL_GetPowerInfo(&seconds, &percent);
testautomation_platform.c
468
SDL_PowerState
state;
469
SDL_PowerState
stateAgain;
Completed in 174 milliseconds