Piccolo.NET

PNavigationEventHandler Class

PNavigationEventHandler implements simple focus based navigation.

For a list of all members of this type, see PNavigationEventHandler Members.

System.Object
   PBasicInputEventHandler
      PNavigationEventHandler

public class PNavigationEventHandler : PBasicInputEventHandler

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This event handler uses mouse button one or the arrow keys to set a new focus. It then animates the canvas view to keep the focus node on the screen and at 100 percent scale with minimal view movement.

Requirements

Namespace: UMD.HCIL.PiccoloX.Events

Assembly: UMD.HCIL.PiccoloX (in UMD.HCIL.PiccoloX.dll)

See Also

PNavigationEventHandler Members | UMD.HCIL.PiccoloX.Events Namespace