You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en_us/2.2-IntegratedInterfaceOverview.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -463,7 +463,8 @@ Asynchronously scroll. This is an asynchronous operation that immediately return
463
463
464
464
> [!NOTE]
465
465
>
466
-
> - Only Win32 Controller supports scroll operations. Adb Controller does not support scrolling.
466
+
> - Win32 controllers and custom controllers that implement `scroll` support scroll operations.
467
+
> - Posting scroll to a controller that does not implement `scroll` will cause the action to fail.
467
468
> - The `dx`/`dy` values are sent directly as scroll increments. The Windows standard wheel increment is 120 (WHEEL_DELTA) per notch. Using multiples of 120 is recommended for best compatibility.
Copy file name to clipboardExpand all lines: docs/en_us/3.1-PipelineProtocol.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1094,7 +1094,8 @@ Additional properties for this action:
1094
1094
1095
1095
> [!NOTE]
1096
1096
>
1097
-
> - Adb Controller and PlayCover Controller do not support scroll operations. Only Win32 Controller is supported.
1097
+
> - Win32 controllers and custom controllers that implement `scroll` support scroll operations.
1098
+
> - Posting a `Scroll` action to a controller that does not implement `scroll` will cause the action to fail.
1098
1099
> - The `dx`/`dy` values are sent directly as scroll increments. The Windows standard wheel increment is 120 (WHEEL_DELTA) per notch. Using multiples of 120 is recommended for best compatibility.
0 commit comments