Skip to content

Bedrock Agentcore  >  Structures  >  MouseDragArguments

MouseDragArguments

Structure Class

MouseDragArguments dataclass

Arguments for a mouse drag action.

Attributes

button class-attribute instance-attribute
button: MouseButton | None = None

The mouse button to use for the drag. Defaults to LEFT.

end_x instance-attribute
end_x: int

The ending X coordinate for the drag.

end_y instance-attribute
end_y: int

The ending Y coordinate for the drag.

start_x instance-attribute
start_x: int

The starting X coordinate for the drag.

start_y instance-attribute
start_y: int

The starting Y coordinate for the drag.