Piccolo.NET

PInputEventArgs.InputManager Property

Gets the input manager that dispatched this event.

public virtual UMD.HCIL.Piccolo.PInputManager InputManager {get;}

Property Value

The input manager that dispatched this event.

Remarks

You can use this input manager to find the current mouse focus, mouse over, and key focus nodes. You can also set a new key focus node.

See Also

PInputEventArgs Class | UMD.HCIL.Piccolo.Event Namespace