Skip to content

Commit ac98f67

Browse files
more clean up
1 parent 5f19f4e commit ac98f67

29 files changed

Lines changed: 131 additions & 104 deletions

windows.gaming.input.preview/devicecommand.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
-api-type: winrt enum
44
---
55

6-
<!-- Enumeration syntax
7-
public enum Windows.Gaming.Input.Preview.DeviceCommand : int
8-
-->
6+
# Windows.Gaming.Input.Preview.DeviceCommand
97

10-
# DeviceCommand
8+
<!--
9+
public enum DeviceCommand
10+
-->
1111

1212
## -description
1313

14-
Commands that can be executed on a GIP headset.
14+
Commands that can be executed on a GIP (Gaming Input Protocol) headset.
1515

1616
## -enum-fields
1717

windows.gaming.input.preview/gamecontrollerbatterychargingstate.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
-api-type: winrt enum
44
---
55

6-
<!-- Enumeration syntax
7-
public enum Windows.Gaming.Input.Preview.GameControllerBatteryChargingState : int
8-
-->
6+
# Windows.Gaming.Input.Preview.GameControllerBatteryChargingState
97

10-
# GameControllerBatteryChargingState
8+
<!--
9+
public enum GameControllerBatteryChargingState
10+
-->
1111

1212
## -description
1313

windows.gaming.input.preview/gamecontrollerbatterykind.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
-api-type: winrt enum
44
---
55

6-
<!-- Enumeration syntax
7-
public enum Windows.Gaming.Input.Preview.GameControllerBatteryKind : int
8-
-->
6+
# Windows.Gaming.Input.Preview.GameControllerBatteryKind
97

10-
# GameControllerBatteryKind
8+
<!--
9+
public enum GameControllerBatteryKind
10+
-->
1111

1212
## -description
1313

windows.gaming.input.preview/gamecontrollerbatterylevel.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
-api-type: winrt enum
44
---
55

6-
<!-- Enumeration syntax
7-
public enum Windows.Gaming.Input.Preview.GameControllerBatteryLevel : int
8-
-->
6+
# Windows.Gaming.Input.Preview.GameControllerBatteryLevel
97

10-
# GameControllerBatteryLevel
8+
<!--
9+
public enum GameControllerBatteryLevel
10+
-->
1111

1212
## -description
1313

windows.gaming.input.preview/gamecontrollerfirmwarecorruptreason.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,44 @@
33
-api-type: winrt enum
44
---
55

6-
<!-- Enumeration syntax
7-
public enum Windows.Gaming.Input.Preview.GameControllerFirmwareCorruptReason : int
8-
-->
6+
# Windows.Gaming.Input.Preview.GameControllerFirmwareCorruptReason
97

10-
# GameControllerFirmwareCorruptReason
8+
<!--
9+
public enum GameControllerFirmwareCorruptReason
10+
-->
1111

1212
## -description
13+
1314
The state of firmware corruption for a device.
1415

1516
## -enum-fields
17+
1618
### -field Unknown:0
19+
1720
It is not known whether firmware is corrupt.
1821

1922
### -field NotCorrupt:1
23+
2024
The firmware is not corrupt.
2125

2226
### -field TwoUpCorrupt:2
27+
2328
The 2Up firmware is corrupt.
2429

2530
### -field AppCorrupt:3
31+
2632
The app firmware is corrupt.
2733

2834
### -field RadioCorrupt:4
29-
The radio firmware is corrupt.
3035

31-
### -field RadioCorrupt:4
3236
The radio firmware is corrupt.
3337

3438
### -field EepromCorrupt:5
39+
3540
The EEPROM is corrupt.
3641

3742
### -field SafeToUpdate:6
43+
3844
The firmware can be safely updated to recover from corruption.
3945

4046
## -remarks

windows.gaming.input.preview/gamecontrollerproviderinfo.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
-api-type: winrt class
44
---
55

6-
<!-- Class syntax.
7-
public class GameControllerProviderInfo
8-
-->
9-
106
# Windows.Gaming.Input.Preview.GameControllerProviderInfo
117

8+
<!--
9+
public static class GameControllerProviderInfo
10+
-->
11+
1212
## -description
1313

14+
Provides info on a physical game controller connected to the system using GIP.SYS.
15+
1416
> [!IMPORTANT]
1517
> Access to this class requires declaring the xboxAccessoryManagement capability
1618

windows.gaming.input.preview/gamecontrollerproviderinfo_getparentproviderid_1741648735.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,21 @@ public string GameControllerProviderInfo.GetParentProviderId(IGameControllerProv
1111

1212
## -description
1313

14+
Retrieves the persistent ID of the parent device of a physical game controller connected to the system using GIP.SYS.
15+
1416
> [!IMPORTANT]
1517
> Access to this API requires declaring the xboxAccessoryManagement capability
1618
1719
## -parameters
1820

1921
### -param provider
2022

23+
A physical game controller device connected to the system.
24+
2125
## -returns
2226

27+
The persistent ID of the parent device of a physical game controller.
28+
2329
## -remarks
2430

2531
## -see-also

windows.gaming.input.preview/gamecontrollerproviderinfo_getproviderid_376471084.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,25 @@ public string GameControllerProviderInfo.GetProviderId(IGameControllerProvider p
1111

1212
## -description
1313

14+
Retrieves the persistent ID of a physical game controller connected to the system using GIP.SYS.
15+
1416
> [!IMPORTANT]
1517
> Access to this class requires declaring the xboxAccessoryManagement capability
1618
1719
## -parameters
1820

1921
### -param provider
2022

23+
A physical game controller device connected to the system.
24+
2125
## -returns
2226

27+
The persistent ID of a physical game controller.
28+
2329
## -remarks
2430

2531
## -see-also
2632

2733
## -examples
34+
35+

windows.gaming.input.preview/headsetgeqgains.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
-api-type: winrt struct
44
---
55

6-
<!-- Structure syntax.
7-
public struct HeadsetGeqGains
8-
-->
6+
# Windows.Gaming.Input.Preview.HeadsetGeqGains
97

10-
# HeadsetGeqGains
8+
<!--
9+
public struct HeadsetGeqGains
10+
-->
1111

1212
## -description
1313

windows.gaming.input.preview/headsetlevel.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
-api-type: winrt enum
44
---
55

6-
<!-- Enumeration syntax
7-
public enum Windows.Gaming.Input.Preview.HeadsetLevel : int
8-
-->
6+
# Windows.Gaming.Input.Preview.HeadsetLevel
97

10-
# HeadsetLevel
8+
<!--
9+
public enum HeadsetLevel
10+
-->
1111

1212
## -description
1313

0 commit comments

Comments
 (0)