Click or drag to resize

TextEditCaretMovingByRightClick Property

If true, a right-click moves the cursor at the mouse position before displaying the context menu.

If false, the context menu disregards mouse location.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool CaretMovingByRightClick { get; set; }

Property Value

Type: Boolean
See Also