Piccolo.NET

PInputEventArgs Class

PInputEventArgs is used to pass keyboard and mouse event data to PInputEventListeners.

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

System.Object
   PInputEventArgs

public class PInputEventArgs

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 class has methods for normal event properties such as event modifier keys and event canvas location.

In addition it has methods to get the mouse position and delta in a variety of coordinate systems.

Last of all, it provides access to the dispatch manager that can be queried to find the current mouse over, mouse focus, and keyboard focus.

Requirements

Namespace: UMD.HCIL.Piccolo.Event

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

See Also

PInputEventArgs Members | UMD.HCIL.Piccolo.Event Namespace