Cursor

constructor(x: Double = 0.0, y: Double = 0.0)(source)

Initializes the cursor using specific x and y coordinates.

Parameters

x

The horizontal position. Default is 0.0.

y

The vertical position. Default is 0.0.

cursor

The Cursor instance to duplicate.


constructor(cursor: Cursor)(source)