class DragEvent

in global :: Sandbox . UI

😔 No documentation found.


public Vector2 MouseDelta

For ondrag event - the delta of the mouse movement

public Vector2 LocalGrabPosition

The position on the Target panel where the drag started

public Vector2 ScreenGrabPosition

The position relative to the screen where the drag started

public Vector2 LocalPosition

The current mouse position relative to target

public Vector2 ScreenPosition

The current position relative to the screen

public int GetHashCode( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public bool Is( string name )

😔 No documentation found.

public Panel Target { get; set; }

😔 No documentation found.

public Panel This { get; set; }

😔 No documentation found.

public string Button { get; set; }

😔 No documentation found.

public float Time { get; set; }

😔 No documentation found.

public object Value { get; set; }

😔 No documentation found.

public void StopPropagation( )

😔 No documentation found.

public string Name { get; set; }

😔 No documentation found.