Skip to content

Bedrock Agentcore  >  Structures  >  MouseMoveArguments

MouseMoveArguments

Structure Class

MouseMoveArguments dataclass

Arguments for a mouse move action.

Attributes

x instance-attribute
x: int

The target X coordinate on screen.

y instance-attribute
y: int

The target Y coordinate on screen.