Skip to content

Commit 7e62023

Browse files
committed
Address comments
1 parent 362921d commit 7e62023

4 files changed

Lines changed: 14 additions & 5 deletions

windows.gaming.input.preview/headsetlevel.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ public enum Windows.Gaming.Input.Preview.HeadsetLevel : int
1111

1212
## -description
1313

14-
Settings that can be read from or written to a headset that supports them.
14+
Indicates levels of variable settings like volume for headsets.
1515

1616
## -enum-fields
1717

1818
### -field Off:0
1919

20-
Turns off the volume.
20+
The level is off.
2121

2222
### -field Low:1
2323

24-
Sets the volume level to low.
24+
The level is low.
2525

2626
### -field Medium:2
2727

28-
Sets the volume level to medium.
28+
The level is medium.
2929

3030
### -field High:3
3131

32-
Sets the volume level to high.
32+
The level is high.
3333

3434
## -remarks
3535

windows.gaming.input.preview/legacygipgamecontrollerprovider_appcompatversion.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ The current app compat version of the GIP driver.
2121

2222
The app compat version may be used to determine whether the GIP driver is new enough to support a given feature.
2323

24+
Features supported as of each version:
25+
|Version |Features |
26+
|---------|---------|
27+
|2 |Initial release |
28+
2429
## -see-also
2530

2631
## -examples

windows.gaming.input.preview/legacygipgamecontrollerprovider_getstandardcontrollerbuttonremapping.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ A dictionary matching each [RemappingButtonCategory](remappingbuttoncategory.md)
3535

3636
## -remarks
3737

38+
The order of the buttons for ButtonSettings from most significant to least significant is: Right Thumbstick, Left Thumbstick, Right Shoulder, Left Shoulder, DPad Right, DPad Left, DPad Down, DPad Up, Y, X, B, A, View, Menu, Guide, and Bind.
39+
3840
Normally, the ```previous``` parameter should be ```false```. This will read the current controller mapping. ```Previous``` may be used to read a mapping that was saved for later. For example, it may be useful to read a saved mapping to restore a previous state.
3941

4042
> [!CAUTION]

windows.gaming.input.preview/legacygipgamecontrollerprovider_setstandardcontrollerbuttonremapping.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ A dictionary matching each [RemappingButtonCategory](remappingbuttoncategory.md)
3737

3838
## -remarks
3939

40+
The order of the buttons for ButtonSettings from most significant to least significant is: Right Thumbstick, Left Thumbstick, Right Shoulder, Left Shoulder, DPad Right, DPad Left, DPad Down, DPad Up, Y, X, B, A, View, Menu, Guide, and Bind.
41+
4042
Normally, the ```previous``` parameter should be ```false```. This will apply the remapping. ```Previous``` may be used to save a mapping for later. For example, it may be useful to save the default mapping before applying a custom mapping, so that the default mapping can be restored later.
4143

4244
> [!CAUTION]

0 commit comments

Comments
 (0)