8#ifndef GALAXY_PLATFORM_LAPTOP_HPP_
9#define GALAXY_PLATFORM_LAPTOP_HPP_
15#ifdef GALAXY_WIN_PLATFORM
21 inline __declspec(dllexport)
int AmdPowerXpressRequestHighPerformance = 1;
22 inline __declspec(dllexport) std::uint32_t NvOptimusEnablement = 0x00000001;
26 inline int AmdPowerXpressRequestHighPerformance = 1;
27 inline std::uint32_t NvOptimusEnablement = 0x00000001;
SDL_PowerState get_battery_status() noexcept
Get battery status.
int get_battery_remaining(const bool percent) noexcept
Get remaining battery charge of a laptop.