Piccolo.NET

PRoot.AddInputSource Method 

Advanced. If you want to add additional input sources to the root's UI process you can do that here.

public virtual void AddInputSource(
   InputSource inputSource
);

Parameters

inputSource
The new input source to add.

Remarks

You will seldom do this unless you are making additions to the piccolo framework.

See Also

PRoot Class | UMD.HCIL.Piccolo Namespace