KSPXYPadCursor
The KSPXYPadCursor provides controls a single cursor in an xy pad.
class KSPXYPadCursor
info
This class cannot be instantiated directly. Instances are returned by KSPXYPad.cursor.
Properties
automate
automate: Bool { get set }
Activate/Deactivate automation touch. Set this to true when interacting with a control to write automation. Set it back to false once the user interaction is finished.
automation_name
automation_name: String { get }
The automation name of this cursor. (KSP equivalent: $CONTROL_PAR_AUTOMATION_NAME).
visible
visible: Bool { get }
Whether the cursor is visible to the user.
x
x: Float { get set }
Controls the x position.
y
y: Float { get set }
Controls the y position.