View a markdown version of this page

MouseScrollArguments - Amazon Bedrock AgentCore Data Plane

MouseScrollArguments

Arguments for a mouse scroll action.

Contents

x

The X coordinate on screen where the scroll occurs.

Type: Integer

Required: Yes

y

The Y coordinate on screen where the scroll occurs.

Type: Integer

Required: Yes

deltaX

The horizontal scroll delta. Valid range: -1000 to 1000.

Type: Integer

Valid Range: Minimum value of -1000. Maximum value of 1000.

Required: No

deltaY

The vertical scroll delta. Valid range: -1000 to 1000. Negative values scroll down.

Type: Integer

Valid Range: Minimum value of -1000. Maximum value of 1000.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: