MouseDragArguments

Arguments for a mouse drag action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val endX: Int

The ending X coordinate for the drag.

Link copied to clipboard
val endY: Int

The ending Y coordinate for the drag.

Link copied to clipboard
val startX: Int

The starting X coordinate for the drag.

Link copied to clipboard
val startY: Int

The starting Y coordinate for the drag.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String