Show / Hide Table of Contents

Enum BatteryStatus

Whether the computer has a battery or if it doesn't, or if the computers battery status is unknown.

Namespace: OpenTK.Core.Platform
Assembly: OpenTK.Core.dll
Syntax
public enum BatteryStatus

Fields

Name Description
HasSystemBattery

The computer has a battery, for more information see BatteryInfo.

NoSystemBattery

The computer does not have a battery.

Unknown

The battery status of the computer is indeterminable.

In this article
Back to top Generated by DocFX