Skip to main content

GameInputBatteryState

Deprecated. This structure was removed in GameInput v1 and is not available in the current API.
Describes the current battery state of an input device.

Syntax

Members

status
Type: GameInputBatteryStatus
The current status of the battery (e.g., charging, discharging, full). chargeRate
Type: float
The current charge rate of the battery, in Wh. A negative value indicates discharging. remainingCapacity
Type: float
The remaining battery capacity, in Wh. fullChargeCapacity
Type: float
The full charge capacity of the battery, in Wh.

Remarks

This structure was used with the deprecated IGameInputDevice::GetBatteryState method, which was removed in v1. No direct battery state query exists in the current API.

Version History

See also

Deprecated GameInput API members GameInputBatteryStatus IGameInputDevice::GetBatteryState
Last modified on August 4, 2026