Skip to content

UITextInput.StartMouseDrag(float) Method

Definition

Namespace: Brine2D.UI

Called by UICanvas when the mouse button is pressed inside the field \(drag\-to\-select start\). Returns true when the click was a double-click and word selection was applied \(no drag should begin in that case\).

C#
internal bool StartMouseDrag(float screenX);

Parameters

screenX System.Single

Returns

System.Boolean