Piccolo.NET

PRoot.ProcessInputs Method 

This is the heartbeat of the Piccolo framework, where all processing is done.

public virtual void ProcessInputs();

Remarks

In this method, pending input events are processed, Activities are given a chance to run, and the bounds caches and any paint damage are validated.

See Also

PRoot Class | UMD.HCIL.Piccolo Namespace