mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-07-01 23:35:58 +00:00
Add LI_BATTERY_PERCENTAGE_UNKNOWN value
This commit is contained in:
parent
a0f8c060c0
commit
c0792168f5
@ -734,6 +734,7 @@ int LiSendControllerMotionEvent(uint8_t controllerNumber, uint8_t motionType, fl
|
||||
#define LI_BATTERY_STATE_CHARGING 0x03
|
||||
#define LI_BATTERY_STATE_NOT_CHARGING 0x04 // Connected to power but not charging
|
||||
#define LI_BATTERY_STATE_FULL 0x05
|
||||
#define LI_BATTERY_PERCENTAGE_UNKNOWN 0xFF
|
||||
int LiSendControllerBatteryEvent(uint8_t controllerNumber, uint8_t batteryState, uint8_t batteryPercentage);
|
||||
|
||||
// This function queues a vertical scroll event to the remote server.
|
||||
|
Loading…
x
Reference in New Issue
Block a user