Piccolo.NET

PInputManager.MouseFocus Property

Gets or sets the node that currently has the mouse focus.

public virtual Util.PPickPath MouseFocus {get; set;}

Remarks

This will return a pick path with the node that received the current mouse pressed event, or null if the mouse is not pressed. The mouse focus gets mouse dragged events even when the mouse is not over the mouse focus.

See Also

PInputManager Class | UMD.HCIL.Piccolo Namespace