MouseDragArguments
Arguments for a mouse drag action.
Contents
- endX
-
The ending X coordinate for the drag.
Type: Integer
Required: Yes
- endY
-
The ending Y coordinate for the drag.
Type: Integer
Required: Yes
- startX
-
The starting X coordinate for the drag.
Type: Integer
Required: Yes
- startY
-
The starting Y coordinate for the drag.
Type: Integer
Required: Yes
-
The mouse button to use for the drag. Defaults to
LEFT.Type: String
Valid Values:
LEFT | RIGHT | MIDDLERequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: