Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XorTroll/uLaunch
/ GetBatteryLevel
Function
GetBatteryLevel
libs/uCommon/source/ul/os/os_System.cpp:18–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
u32 GetBatteryLevel() {
19
u32 lvl = 0;
20
psmGetBatteryChargePercentage(&lvl);
21
return lvl;
22
}
23
24
bool IsConsoleCharging() {
25
auto charger_type = PsmChargerType_Unconnected;
Callers
1
UpdateBatteryTextAndTopIcons
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected