BLE-Gamepad-Client 0.3.2
Loading...
Searching...
No Matches
BLEBatteryEvent.h
1#pragma once
2
3#include "BLEBaseEvent.h"
4
7 float level;
8};
Definition BLEBaseEvent.h:5
Definition BLEBatteryEvent.h:5
float level
Charge level of the controller's battery. Takes values between 0.0 and 1.0. A full battery yields 1....
Definition BLEBatteryEvent.h:7