

# MouseDragArguments
<a name="API_MouseDragArguments"></a>

Arguments for a mouse drag action.

## Contents
<a name="API_MouseDragArguments_Contents"></a>

 ** endX **   <a name="BedrockAgentCore-Type-MouseDragArguments-endX"></a>
The ending X coordinate for the drag.  
Type: Integer  
Required: Yes

 ** endY **   <a name="BedrockAgentCore-Type-MouseDragArguments-endY"></a>
The ending Y coordinate for the drag.  
Type: Integer  
Required: Yes

 ** startX **   <a name="BedrockAgentCore-Type-MouseDragArguments-startX"></a>
The starting X coordinate for the drag.  
Type: Integer  
Required: Yes

 ** startY **   <a name="BedrockAgentCore-Type-MouseDragArguments-startY"></a>
The starting Y coordinate for the drag.  
Type: Integer  
Required: Yes

 ** button **   <a name="BedrockAgentCore-Type-MouseDragArguments-button"></a>
The mouse button to use for the drag. Defaults to `LEFT`.  
Type: String  
Valid Values: `LEFT | RIGHT | MIDDLE`   
Required: No

## See Also
<a name="API_MouseDragArguments_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/bedrock-agentcore-2024-02-28/MouseDragArguments) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/bedrock-agentcore-2024-02-28/MouseDragArguments) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/bedrock-agentcore-2024-02-28/MouseDragArguments) 